Html Css Color HEX #5FABC3 Viking

📋 copy color: '#5FABC3'

red 95 ◦ green 171 ◦ blue 195

#5FABC3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #5FABC3

Tints of Viking #5FABC3

RGB

 RED value IS 95 (37.5% from 255) = 20.61%

 GREEN value IS 171 (67.19% from 255) = 37.09%

 BLUE value IS 195 (76.56% from 255) = 42.3%

R = 20.61%
G = 37.09%
B = 42.3%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5FABC3 (or 0x5FABC3) is known color: Viking. HEX triplet: 5F, AB and C3. RGB value is (95,171,195). Sum of RGB (Red+Green+Blue) = 95+171+195=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 195 (76.56% from 255 or 42.30% from 461); Max value from RGB is 195 - color contains mainly: blue. Hex color #5FABC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FABC3 is #A0543C. Grayscale: #969696. Windows color (decimal): -10507325 or 12823391. OLE color: 12823391.

HSL color Cylindrical-coordinate representation of color #5FABC3: hue angle of 194.4º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FABC3 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 95 171 195 -
CMYK 0.51 0.12 0 0.24
HSL 194.4º 0.45% 0.57% -
HSV(B) 194.4º 0.51% 0.76% -
XYZ 29.13 35.5 56.95 -
YUV 151.01 152.82 88.05 -
System Red Green Blue C M Y K H S L
Decimal 95 171 195 0.51 0.12 0 0.24 194.4 0.45 0.57
Hex 5F AB C3 33 C 0 18 C2 2D 39
Octal 137 253 303 63 14 0 30 302 55 71
Binary 1011111 10101011 11000011 110011 1100 0 11000 11000010 101101 111001

Color Harmonies of #5FABC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FABC3

Black with #5FABC3

Text Example


Text Example

White with #5FABC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,171,195); }

 H1.HeaderClassName
 {
   color: #5FABC3;
 }
 .AnyTagClassName
 {
   color: #5FABC3;
 }
</style>

background-color css

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

 a { background-color: rgb(95,171,195); }

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

border-color css

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

 span { border-color: rgb(95,171,195); }

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