Html Css Color HEX #5FAFCC Viking

📋 copy color: '#5FAFCC'

red 95 ◦ green 175 ◦ blue 204

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

Shades of Viking #5FAFCC

Tints of Viking #5FAFCC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.92%

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 20.04%
G = 36.92%
B = 43.04%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5FAFCC (or 0x5FAFCC) is known color: Viking. HEX triplet: 5F, AF and CC. RGB value is (95,175,204). Sum of RGB (Red+Green+Blue) = 95+175+204=474 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.04% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #5FAFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAFCC is #A05033. Grayscale: #9A9A9A. Windows color (decimal): -10506292 or 13414239. OLE color: 13414239.

HSL color Cylindrical-coordinate representation of color #5FAFCC: hue angle of 195.96º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FAFCC is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 95 175 204 -
CMYK 0.53 0.14 0 0.2
HSL 195.96º 0.52% 0.59% -
HSV(B) 195.96º 0.53% 0.8% -
XYZ 30.95 37.45 62.72 -
YUV 154.39 156 85.64 -
System Red Green Blue C M Y K H S L
Decimal 95 175 204 0.53 0.14 0 0.2 195.96 0.52 0.59
Hex 5F AF CC 35 E 0 14 C4 34 3B
Octal 137 257 314 65 16 0 24 304 64 73
Binary 1011111 10101111 11001100 110101 1110 0 10100 11000100 110100 111011

Color Harmonies of #5FAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAFCC

Black with #5FAFCC

Text Example


Text Example

White with #5FAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,175,204); }

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

background-color css

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

 a { background-color: rgb(95,175,204); }

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

border-color css

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

 span { border-color: rgb(95,175,204); }

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