#55BBDE

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

Shades of Malibu #55BBDE

Tints of Malibu #55BBDE

Color information

#55BBDE (or 0x55BBDE) is unknown color: approx Malibu. HEX triplet: 55, BB and DE. RGB value is (85,187,222). Sum of RGB (Red+Green+Blue) = 85+187+222=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #55BBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBDE is #AA4421. Grayscale: #A0A0A0. Windows color (decimal): -11158562 or 14596949. OLE color: 14596949.

HSL color Cylindrical-coordinate representation of color #55BBDE: hue angle of 195.33º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55BBDE is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85187222-
CMYK0.620.1600.13
HSL195.33º67.49%60.2%-
HSV(B)195.33º61.71%87.06%-
XYZ34.742.7575.53-
YUV160.49162.7174.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.21%
GREEN value IS 187 (73.44% from 255) = 37.85%
BLUE value IS 222 (87.11% from 255) = 44.94%
R=17.21%
G=37.85%
B=44.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal851872220.620.1600.13195.3367.4960.2
Hex55BBDE3E100Dc3433c
Octal125273336762001530310374
Binary101010110111011110111101111101000001101110000111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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