#55BCDB

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

Shades of Malibu #55BCDB

Tints of Malibu #55BCDB

Color information

#55BCDB (or 0x55BCDB) is unknown color: approx Malibu. HEX triplet: 55, BC and DB. RGB value is (85,188,219). Sum of RGB (Red+Green+Blue) = 85+188+219=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #55BCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCDB is #AA4324. Grayscale: #A0A0A0. Windows color (decimal): -11158309 or 14400597. OLE color: 14400597.

HSL color Cylindrical-coordinate representation of color #55BCDB: hue angle of 193.88º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55BCDB is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB85188219-
CMYK0.610.1400.14
HSL193.88º65.05%59.61%-
HSV(B)193.88º61.19%85.88%-
XYZ34.5243.0173.5-
YUV160.74160.8873.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.28%
GREEN value IS 188 (73.83% from 255) = 38.21%
BLUE value IS 219 (85.94% from 255) = 44.51%
R=17.28%
G=38.21%
B=44.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal851882190.610.1400.14193.8865.0559.61
Hex55BCDB3DE0Ec2413c
Octal125274333751601630210174
Binary10101011011110011011011111101111001110110000101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,188,219); }

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

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

 a { background-color: rgb(85,188,219); }

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

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

 span { border-color: rgb(85,188,219); }

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