#55B9CE

Color #55B9CE Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #55B9CE

Tints of Viking #55B9CE

Color information

#55B9CE (or 0x55B9CE) is unknown color: approx Viking. HEX triplet: 55, B9 and CE. RGB value is (85,185,206). Sum of RGB (Red+Green+Blue) = 85+185+206=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #55B9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B9CE is #AA4631. Grayscale: #9D9D9D. Windows color (decimal): -11159090 or 13547861. OLE color: 13547861.

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

Color convert

RGB85185206-
CMYK0.590.1000.19
HSL190.41º55.25%57.06%-
HSV(B)190.41º58.74%80.78%-
XYZ32.2441.0964.62-
YUV157.49155.3776.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.86%
GREEN value IS 185 (72.66% from 255) = 38.87%
BLUE value IS 206 (80.86% from 255) = 43.28%
R=17.86%
G=38.87%
B=43.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal851852060.590.1000.19190.4155.2557.06
Hex55B9CE3BA013be3739
Octal12527131673120232766771
Binary10101011011100111001110111011101001001110111110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55B9CE;
 }
 .AnyTagClassName
 {
   color: #55B9CE;
 }
</style>
background-color css

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

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

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

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

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

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