Html Css Color HEX #5DB3CE Viking

📋 copy color: '#5DB3CE'

red 93 ◦ green 179 ◦ blue 206

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

Shades of Viking #5DB3CE

Tints of Viking #5DB3CE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.45%

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

R = 19.46%
G = 37.45%
B = 43.1%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5DB3CE (or 0x5DB3CE) is known color: Viking. HEX triplet: 5D, B3 and CE. RGB value is (93,179,206). Sum of RGB (Red+Green+Blue) = 93+179+206=478 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.46% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #5DB3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB3CE is #A24C31. Grayscale: #9C9C9C. Windows color (decimal): -10636338 or 13546333. OLE color: 13546333.

HSL color Cylindrical-coordinate representation of color #5DB3CE: hue angle of 194.34º 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 #5DB3CE is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 179 206 -
CMYK 0.55 0.13 0 0.19
HSL 194.34º 0.54% 0.59% -
HSV(B) 194.34º 0.55% 0.81% -
XYZ 31.77 39.02 64.25 -
YUV 156.36 156.01 82.8 -
System Red Green Blue C M Y K H S L
Decimal 93 179 206 0.55 0.13 0 0.19 194.34 0.54 0.59
Hex 5D B3 CE 37 D 0 13 C2 36 3B
Octal 135 263 316 67 15 0 23 302 66 73
Binary 1011101 10110011 11001110 110111 1101 0 10011 11000010 110110 111011

Color Harmonies of #5DB3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB3CE

Black with #5DB3CE

Text Example


Text Example

White with #5DB3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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