Shades of Malibu #55B2ED
Tints of Malibu #55B2ED
RGB
CMYK
RGB Variations
Color information
#55B2ED (or 0x55B2ED) is known color: Malibu. HEX triplet: 55, B2 and ED. RGB value is (85,178,237). Sum of RGB (Red+Green+Blue) = 85+178+237=500 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #55B2ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55B2ED is #AA4D12. Grayscale: #9C9C9C. Windows color (decimal): -11160851 or 15577685. OLE color: 15577685.
HSL color Cylindrical-coordinate representation of color #55B2ED: hue angle of 203.29º degrees, saturation: 0.81, 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 #55B2ED is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 178 | 237 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.07 |
| HSL | 203.29º | 0.81% | 0.63% | - |
| HSV(B) | 203.29º | 0.64% | 0.93% | - |
| XYZ | 34.95 | 39.89 | 85.98 | - |
| YUV | 156.92 | 173.19 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 237 | 0.64 | 0.25 | 0 | 0.07 | 203.29 | 0.81 | 0.63 |
| Hex | 55 | B2 | ED | 40 | 19 | 0 | 7 | CB | 51 | 3F |
| Octal | 125 | 262 | 355 | 100 | 31 | 0 | 7 | 313 | 121 | 77 |
| Binary | 1010101 | 10110010 | 11101101 | 1000000 | 11001 | 0 | 111 | 11001011 | 1010001 | 111111 |
Color Harmonies of #55B2ED
Complementary color
Monochromatic Colors of #55B2ED
Black with #55B2ED
Text Example
Text Example
White with #55B2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B2ED; }
p { color: rgb(85,178,237); }
H1.HeaderClassName
{
color: #55B2ED;
}
.AnyTagClassName
{
color: #55B2ED;
}
</style>
background-color css
<style>
a { background-color: #55B2ED; }
a { background-color: rgb(85,178,237); }
div.DivClassName
{
background-color: #55B2ED;
}
.BgClassName
{
background-color: #55B2ED;
}
</style>
border-color css
<style>
span { border-color: #55B2ED; }
span { border-color: rgb(85,178,237); }
td.TdClassName
{
border-color: #55B2ED;
}
.TagClassName
{
border-color: #55B2ED;
}
</style>