Html Css Color HEX #5DAFCE Viking

📋 copy color: '#5DAFCE'

red 93 ◦ green 175 ◦ blue 206

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

Shades of Viking #5DAFCE

Tints of Viking #5DAFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 19.62%
G = 36.92%
B = 43.46%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5DAFCE (or 0x5DAFCE) is known color: Viking. HEX triplet: 5D, AF and CE. RGB value is (93,175,206). Sum of RGB (Red+Green+Blue) = 93+175+206=474 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.62% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #5DAFCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAFCE is #A25031. Grayscale: #999999. Windows color (decimal): -10637362 or 13545309. OLE color: 13545309.

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

Color convert

RGB 93 175 206 -
CMYK 0.55 0.15 0 0.19
HSL 196.46º 0.54% 0.59% -
HSV(B) 196.46º 0.55% 0.81% -
XYZ 30.98 37.44 63.99 -
YUV 154.02 157.33 84.48 -
System Red Green Blue C M Y K H S L
Decimal 93 175 206 0.55 0.15 0 0.19 196.46 0.54 0.59
Hex 5D AF CE 37 F 0 13 C4 36 3B
Octal 135 257 316 67 17 0 23 304 66 73
Binary 1011101 10101111 11001110 110111 1111 0 10011 11000100 110110 111011

Color Harmonies of #5DAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAFCE

Black with #5DAFCE

Text Example


Text Example

White with #5DAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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