Html Css Color HEX #5DB9CC Viking

📋 copy color: '#5DB9CC'

red 93 ◦ green 185 ◦ blue 204

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

Shades of Viking #5DB9CC

Tints of Viking #5DB9CC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.38%

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

R = 19.29%
G = 38.38%
B = 42.32%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5DB9CC (or 0x5DB9CC) is known color: Viking. HEX triplet: 5D, B9 and CC. RGB value is (93,185,204). Sum of RGB (Red+Green+Blue) = 93+185+204=482 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.29% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #5DB9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB9CC is #A24633. Grayscale: #9F9F9F. Windows color (decimal): -10634804 or 13416797. OLE color: 13416797.

HSL color Cylindrical-coordinate representation of color #5DB9CC: hue angle of 190.27º 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 #5DB9CC is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 93 185 204 -
CMYK 0.54 0.09 0 0.2
HSL 190.27º 0.52% 0.58% -
HSV(B) 190.27º 0.54% 0.8% -
XYZ 32.76 41.38 63.39 -
YUV 159.66 153.02 80.46 -
System Red Green Blue C M Y K H S L
Decimal 93 185 204 0.54 0.09 0 0.2 190.27 0.52 0.58
Hex 5D B9 CC 36 9 0 14 BE 34 3A
Octal 135 271 314 66 11 0 24 276 64 72
Binary 1011101 10111001 11001100 110110 1001 0 10100 10111110 110100 111010

Color Harmonies of #5DB9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB9CC

Black with #5DB9CC

Text Example


Text Example

White with #5DB9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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