#55B8DB

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

Shades of Malibu #55B8DB

Tints of Malibu #55B8DB

Color information

#55B8DB (or 0x55B8DB) is unknown color: approx Malibu. HEX triplet: 55, B8 and DB. RGB value is (85,184,219). Sum of RGB (Red+Green+Blue) = 85+184+219=488 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.42% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #55B8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B8DB is #AA4724. Grayscale: #9E9E9E. Windows color (decimal): -11159333 or 14399573. OLE color: 14399573.

HSL color Cylindrical-coordinate representation of color #55B8DB: hue angle of 195.67º 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 #55B8DB is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB85184219-
CMYK0.610.1600.14
HSL195.67º65.05%59.61%-
HSV(B)195.67º61.19%85.88%-
XYZ33.6741.3373.22-
YUV158.39162.275.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.42%
GREEN value IS 184 (72.27% from 255) = 37.70%
BLUE value IS 219 (85.94% from 255) = 44.88%
R=17.42%
G=37.70%
B=44.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal851842190.610.1600.14195.6765.0559.61
Hex55B8DB3D100Ec4413c
Octal125270333752001630410174
Binary101010110111000110110111111011000001110110001001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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