Shades of Malibu #55B7E6
Tints of Malibu #55B7E6
RGB
CMYK
RGB Variations
Color information
#55B7E6 (or 0x55B7E6) is known color: Malibu. HEX triplet: 55, B7 and E6. RGB value is (85,183,230). Sum of RGB (Red+Green+Blue) = 85+183+230=498 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.07% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 230 - color contains mainly: blue. Hex color #55B7E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55B7E6 is #AA4819. Grayscale: #9E9E9E. Windows color (decimal): -11159578 or 15120213. OLE color: 15120213.
HSL color Cylindrical-coordinate representation of color #55B7E6: hue angle of 199.45º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55B7E6 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 183 | 230 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.10 |
| HSL | 199.45º | 0.74% | 0.62% | - |
| HSV(B) | 199.45º | 0.63% | 0.9% | - |
| XYZ | 34.96 | 41.51 | 81.03 | - |
| YUV | 159.06 | 168.03 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 183 | 230 | 0.63 | 0.20 | 0 | 0.10 | 199.45 | 0.74 | 0.62 |
| Hex | 55 | B7 | E6 | 3F | 14 | 0 | A | C7 | 4A | 3E |
| Octal | 125 | 267 | 346 | 77 | 24 | 0 | 12 | 307 | 112 | 76 |
| Binary | 1010101 | 10110111 | 11100110 | 111111 | 10100 | 0 | 1010 | 11000111 | 1001010 | 111110 |
Color Harmonies of #55B7E6
Complementary color
Monochromatic Colors of #55B7E6
Black with #55B7E6
Text Example
Text Example
White with #55B7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B7E6; }
p { color: rgb(85,183,230); }
H1.HeaderClassName
{
color: #55B7E6;
}
.AnyTagClassName
{
color: #55B7E6;
}
</style>
background-color css
<style>
a { background-color: #55B7E6; }
a { background-color: rgb(85,183,230); }
div.DivClassName
{
background-color: #55B7E6;
}
.BgClassName
{
background-color: #55B7E6;
}
</style>
border-color css
<style>
span { border-color: #55B7E6; }
span { border-color: rgb(85,183,230); }
td.TdClassName
{
border-color: #55B7E6;
}
.TagClassName
{
border-color: #55B7E6;
}
</style>