Shades of Malibu #55B8DF
Tints of Malibu #55B8DF
RGB
CMYK
RGB Variations
Color information
#55B8DF (or 0x55B8DF) is known color: Malibu. HEX triplet: 55, B8 and DF. RGB value is (85,184,223). Sum of RGB (Red+Green+Blue) = 85+184+223=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #55B8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B8DF is #AA4720. Grayscale: #9E9E9E. Windows color (decimal): -11159329 or 14661717. OLE color: 14661717.
HSL color Cylindrical-coordinate representation of color #55B8DF: hue angle of 196.96º degrees, saturation: 0.68, 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 #55B8DF is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 184 | 223 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.13 |
| HSL | 196.96º | 0.68% | 0.6% | - |
| HSV(B) | 196.96º | 0.62% | 0.87% | - |
| XYZ | 34.21 | 41.54 | 76.03 | - |
| YUV | 158.85 | 164.2 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 184 | 223 | 0.62 | 0.17 | 0 | 0.13 | 196.96 | 0.68 | 0.6 |
| Hex | 55 | B8 | DF | 3E | 11 | 0 | D | C5 | 44 | 3C |
| Octal | 125 | 270 | 337 | 76 | 21 | 0 | 15 | 305 | 104 | 74 |
| Binary | 1010101 | 10111000 | 11011111 | 111110 | 10001 | 0 | 1101 | 11000101 | 1000100 | 111100 |
Color Harmonies of #55B8DF
Complementary color
Monochromatic Colors of #55B8DF
Black with #55B8DF
Text Example
Text Example
White with #55B8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B8DF; }
p { color: rgb(85,184,223); }
H1.HeaderClassName
{
color: #55B8DF;
}
.AnyTagClassName
{
color: #55B8DF;
}
</style>
background-color css
<style>
a { background-color: #55B8DF; }
a { background-color: rgb(85,184,223); }
div.DivClassName
{
background-color: #55B8DF;
}
.BgClassName
{
background-color: #55B8DF;
}
</style>
border-color css
<style>
span { border-color: #55B8DF; }
span { border-color: rgb(85,184,223); }
td.TdClassName
{
border-color: #55B8DF;
}
.TagClassName
{
border-color: #55B8DF;
}
</style>