Shades of Malibu #55BCDE
Tints of Malibu #55BCDE
RGB
CMYK
RGB Variations
Color information
#55BCDE (or 0x55BCDE) is known color: Malibu. HEX triplet: 55, BC and DE. RGB value is (85,188,222). Sum of RGB (Red+Green+Blue) = 85+188+222=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #55BCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCDE is #AA4321. Grayscale: #A0A0A0. Windows color (decimal): -11158306 or 14597205. OLE color: 14597205.
HSL color Cylindrical-coordinate representation of color #55BCDE: hue angle of 194.89º degrees, saturation: 0.67, 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 #55BCDE is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 188 | 222 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.13 |
| HSL | 194.89º | 0.67% | 0.6% | - |
| HSV(B) | 194.89º | 0.62% | 0.87% | - |
| XYZ | 34.91 | 43.17 | 75.6 | - |
| YUV | 161.08 | 162.38 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 222 | 0.62 | 0.15 | 0 | 0.13 | 194.89 | 0.67 | 0.6 |
| Hex | 55 | BC | DE | 3E | F | 0 | D | C3 | 43 | 3C |
| Octal | 125 | 274 | 336 | 76 | 17 | 0 | 15 | 303 | 103 | 74 |
| Binary | 1010101 | 10111100 | 11011110 | 111110 | 1111 | 0 | 1101 | 11000011 | 1000011 | 111100 |
Color Harmonies of #55BCDE
Complementary color
Monochromatic Colors of #55BCDE
Black with #55BCDE
Text Example
Text Example
White with #55BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BCDE; }
p { color: rgb(85,188,222); }
H1.HeaderClassName
{
color: #55BCDE;
}
.AnyTagClassName
{
color: #55BCDE;
}
</style>
background-color css
<style>
a { background-color: #55BCDE; }
a { background-color: rgb(85,188,222); }
div.DivClassName
{
background-color: #55BCDE;
}
.BgClassName
{
background-color: #55BCDE;
}
</style>
border-color css
<style>
span { border-color: #55BCDE; }
span { border-color: rgb(85,188,222); }
td.TdClassName
{
border-color: #55BCDE;
}
.TagClassName
{
border-color: #55BCDE;
}
</style>