Html Css Color HEX #5DAFCC Viking

📋 copy color: '#5DAFCC'

red 93 ◦ green 175 ◦ blue 204

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

Shades of Viking #5DAFCC

Tints of Viking #5DAFCC

RGB

 RED value IS 93 (36.72% from 255) = 19.7%

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

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

R = 19.7%
G = 37.08%
B = 43.22%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5DAFCC (or 0x5DAFCC) is known color: Viking. HEX triplet: 5D, AF and CC. RGB value is (93,175,204). Sum of RGB (Red+Green+Blue) = 93+175+204=472 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.70% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #5DAFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAFCC is #A25033. Grayscale: #999999. Windows color (decimal): -10637364 or 13414237. OLE color: 13414237.

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

Color convert

RGB 93 175 204 -
CMYK 0.54 0.14 0 0.2
HSL 195.68º 0.52% 0.58% -
HSV(B) 195.68º 0.54% 0.8% -
XYZ 30.74 37.35 62.72 -
YUV 153.79 156.33 84.64 -
System Red Green Blue C M Y K H S L
Decimal 93 175 204 0.54 0.14 0 0.2 195.68 0.52 0.58
Hex 5D AF CC 36 E 0 14 C4 34 3A
Octal 135 257 314 66 16 0 24 304 64 72
Binary 1011101 10101111 11001100 110110 1110 0 10100 11000100 110100 111010

Color Harmonies of #5DAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAFCC

Black with #5DAFCC

Text Example


Text Example

White with #5DAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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