#5fc1ce

Color #5FC1CE Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #5FC1CE

Tints of Viking #5FC1CE

Color information

#5FC1CE (or 0x5FC1CE) is unknown color: approx Viking. HEX triplet: 5F, C1 and CE. RGB value is (95,193,206). Sum of RGB (Red+Green+Blue) = 95+193+206=494 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.23% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #5FC1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC1CE is #A03E31. Grayscale: #A5A5A5. Windows color (decimal): -10501682 or 13549919. OLE color: 13549919.

HSL color Cylindrical-coordinate representation of color #5FC1CE: hue angle of 187.03º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FC1CE is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB95193206-
CMYK0.540.0600.19
HSL187.03º53.11%59.02%-
HSV(B)187.03º53.88%80.78%-
XYZ34.9345.0365.24-
YUV165.18151.0377.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 19.23%
GREEN value IS 193 (75.78% from 255) = 39.07%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=19.23%
G=39.07%
B=41.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal951932060.540.0600.19187.0353.1159.02
Hex5FC1CE366013bb353b
Octal1373013166660232736573
Binary1011111110000011100111011011011001001110111011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fc1ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5fc1ce; }

 p { color: rgb(95,193,206); }

 H1.HeaderClassName
 {
   color: #5fc1ce;
 }
 .AnyTagClassName
 {
   color: #5fc1ce;
 }
</style>
background-color css

<style>
 a { background-color: #5fc1ce; }

 a { background-color: rgb(95,193,206); }

 div.DivClassName
 {
   background-color: #5fc1ce;
 }
 .BgClassName
 {
   background-color: #5fc1ce;
 }
</style>
border-color css

<style>
 span { border-color: #5fc1ce; }

 span { border-color: rgb(95,193,206); }

 td.TdClassName
 {
   border-color: #5fc1ce;
 }
 .TagClassName
 {
   border-color: #5fc1ce;
 }
</style>