Shades of Malibu #55B2EE
Tints of Malibu #55B2EE
RGB
CMYK
RGB Variations
Color information
#55B2EE (or 0x55B2EE) is known color: Malibu. HEX triplet: 55, B2 and EE. RGB value is (85,178,238). Sum of RGB (Red+Green+Blue) = 85+178+238=501 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.97% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #55B2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55B2EE is #AA4D11. Grayscale: #9C9C9C. Windows color (decimal): -11160850 or 15643221. OLE color: 15643221.
HSL color Cylindrical-coordinate representation of color #55B2EE: hue angle of 203.53º 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 #55B2EE is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 178 | 238 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.07 |
| HSL | 203.53º | 0.82% | 0.63% | - |
| HSV(B) | 203.53º | 0.64% | 0.93% | - |
| XYZ | 35.1 | 39.95 | 86.75 | - |
| YUV | 157.03 | 173.69 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 238 | 0.64 | 0.25 | 0 | 0.07 | 203.53 | 0.82 | 0.63 |
| Hex | 55 | B2 | EE | 40 | 19 | 0 | 7 | CC | 52 | 3F |
| Octal | 125 | 262 | 356 | 100 | 31 | 0 | 7 | 314 | 122 | 77 |
| Binary | 1010101 | 10110010 | 11101110 | 1000000 | 11001 | 0 | 111 | 11001100 | 1010010 | 111111 |
Color Harmonies of #55B2EE
Complementary color
Monochromatic Colors of #55B2EE
Black with #55B2EE
Text Example
Text Example
White with #55B2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B2EE; }
p { color: rgb(85,178,238); }
H1.HeaderClassName
{
color: #55B2EE;
}
.AnyTagClassName
{
color: #55B2EE;
}
</style>
background-color css
<style>
a { background-color: #55B2EE; }
a { background-color: rgb(85,178,238); }
div.DivClassName
{
background-color: #55B2EE;
}
.BgClassName
{
background-color: #55B2EE;
}
</style>
border-color css
<style>
span { border-color: #55B2EE; }
span { border-color: rgb(85,178,238); }
td.TdClassName
{
border-color: #55B2EE;
}
.TagClassName
{
border-color: #55B2EE;
}
</style>