Shades of Malibu #55B7DF
Tints of Malibu #55B7DF
RGB
CMYK
RGB Variations
Color information
#55B7DF (or 0x55B7DF) is known color: Malibu. HEX triplet: 55, B7 and DF. RGB value is (85,183,223). Sum of RGB (Red+Green+Blue) = 85+183+223=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #55B7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B7DF is #AA4820. Grayscale: #9E9E9E. Windows color (decimal): -11159585 or 14661461. OLE color: 14661461.
HSL color Cylindrical-coordinate representation of color #55B7DF: hue angle of 197.39º 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 #55B7DF is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 183 | 223 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.13 |
| HSL | 197.39º | 0.68% | 0.6% | - |
| HSV(B) | 197.39º | 0.62% | 0.87% | - |
| XYZ | 34 | 41.13 | 75.96 | - |
| YUV | 158.26 | 164.53 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 183 | 223 | 0.62 | 0.18 | 0 | 0.13 | 197.39 | 0.68 | 0.6 |
| Hex | 55 | B7 | DF | 3E | 12 | 0 | D | C5 | 44 | 3C |
| Octal | 125 | 267 | 337 | 76 | 22 | 0 | 15 | 305 | 104 | 74 |
| Binary | 1010101 | 10110111 | 11011111 | 111110 | 10010 | 0 | 1101 | 11000101 | 1000100 | 111100 |
Color Harmonies of #55B7DF
Complementary color
Monochromatic Colors of #55B7DF
Black with #55B7DF
Text Example
Text Example
White with #55B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B7DF; }
p { color: rgb(85,183,223); }
H1.HeaderClassName
{
color: #55B7DF;
}
.AnyTagClassName
{
color: #55B7DF;
}
</style>
background-color css
<style>
a { background-color: #55B7DF; }
a { background-color: rgb(85,183,223); }
div.DivClassName
{
background-color: #55B7DF;
}
.BgClassName
{
background-color: #55B7DF;
}
</style>
border-color css
<style>
span { border-color: #55B7DF; }
span { border-color: rgb(85,183,223); }
td.TdClassName
{
border-color: #55B7DF;
}
.TagClassName
{
border-color: #55B7DF;
}
</style>