#55BBCC

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

Shades of Viking #55BBCC

Tints of Viking #55BBCC

Color information

#55BBCC (or 0x55BBCC) is unknown color: approx Viking. HEX triplet: 55, BB and CC. RGB value is (85,187,204). Sum of RGB (Red+Green+Blue) = 85+187+204=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #55BBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBCC is #AA4433. Grayscale: #9E9E9E. Windows color (decimal): -11158580 or 13417301. OLE color: 13417301.

HSL color Cylindrical-coordinate representation of color #55BBCC: hue angle of 188.57º 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 #55BBCC is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB85187204-
CMYK0.580.0800.2
HSL188.57º53.85%56.67%-
HSV(B)188.57º58.33%80%-
XYZ32.4241.8363.49-
YUV158.44153.7175.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.86%
GREEN value IS 187 (73.44% from 255) = 39.29%
BLUE value IS 204 (80.08% from 255) = 42.86%
R=17.86%
G=39.29%
B=42.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal851872040.580.0800.2188.5753.8556.67
Hex55BBCC3A8014bd3639
Octal12527331472100242756671
Binary10101011011101111001100111010100001010010111101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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