Html Css Color HEX #55B9CC Viking

📋 copy color: '#55B9CC'

red 85 ◦ green 185 ◦ blue 204

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

Shades of Viking #55B9CC

Tints of Viking #55B9CC

RGB

 RED value IS 85 (33.59% from 255) = 17.93%

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

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

R = 17.93%
G = 39.03%
B = 43.04%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#55B9CC (or 0x55B9CC) is known color: Viking. HEX triplet: 55, B9 and CC. RGB value is (85,185,204). Sum of RGB (Red+Green+Blue) = 85+185+204=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 185 (72.66% from 255 or 39.03% 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 #55B9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B9CC is #AA4633. Grayscale: #9D9D9D. Windows color (decimal): -11159092 or 13416789. OLE color: 13416789.

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

Color convert

RGB 85 185 204 -
CMYK 0.58 0.09 0 0.2
HSL 189.58º 0.54% 0.57% -
HSV(B) 189.58º 0.58% 0.8% -
XYZ 31.99 40.99 63.35 -
YUV 157.27 154.37 76.46 -
System Red Green Blue C M Y K H S L
Decimal 85 185 204 0.58 0.09 0 0.2 189.58 0.54 0.57
Hex 55 B9 CC 3A 9 0 14 BE 36 39
Octal 125 271 314 72 11 0 24 276 66 71
Binary 1010101 10111001 11001100 111010 1001 0 10100 10111110 110110 111001

Color Harmonies of #55B9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B9CC

Black with #55B9CC

Text Example


Text Example

White with #55B9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55B9CC; }

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

 H1.HeaderClassName
 {
   color: #55B9CC;
 }
 .AnyTagClassName
 {
   color: #55B9CC;
 }
</style>

background-color css

<style>
 a { background-color: #55B9CC; }

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

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

border-color css

<style>
 span { border-color: #55B9CC; }

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

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