Shades of Malibu #55B7EE
Tints of Malibu #55B7EE
RGB
CMYK
RGB Variations
Color information
#55B7EE (or 0x55B7EE) is known color: Malibu. HEX triplet: 55, B7 and EE. RGB value is (85,183,238). Sum of RGB (Red+Green+Blue) = 85+183+238=506 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.80% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #55B7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55B7EE is #AA4811. Grayscale: #9F9F9F. Windows color (decimal): -11159570 or 15644501. OLE color: 15644501.
HSL color Cylindrical-coordinate representation of color #55B7EE: hue angle of 201.57º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55B7EE is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 183 | 238 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.07 |
| HSL | 201.57º | 0.82% | 0.63% | - |
| HSV(B) | 201.57º | 0.64% | 0.93% | - |
| XYZ | 36.11 | 41.97 | 87.09 | - |
| YUV | 159.97 | 172.03 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 183 | 238 | 0.64 | 0.23 | 0 | 0.07 | 201.57 | 0.82 | 0.63 |
| Hex | 55 | B7 | EE | 40 | 17 | 0 | 7 | CA | 52 | 3F |
| Octal | 125 | 267 | 356 | 100 | 27 | 0 | 7 | 312 | 122 | 77 |
| Binary | 1010101 | 10110111 | 11101110 | 1000000 | 10111 | 0 | 111 | 11001010 | 1010010 | 111111 |
Color Harmonies of #55B7EE
Complementary color
Monochromatic Colors of #55B7EE
Black with #55B7EE
Text Example
Text Example
White with #55B7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B7EE; }
p { color: rgb(85,183,238); }
H1.HeaderClassName
{
color: #55B7EE;
}
.AnyTagClassName
{
color: #55B7EE;
}
</style>
background-color css
<style>
a { background-color: #55B7EE; }
a { background-color: rgb(85,183,238); }
div.DivClassName
{
background-color: #55B7EE;
}
.BgClassName
{
background-color: #55B7EE;
}
</style>
border-color css
<style>
span { border-color: #55B7EE; }
span { border-color: rgb(85,183,238); }
td.TdClassName
{
border-color: #55B7EE;
}
.TagClassName
{
border-color: #55B7EE;
}
</style>