Shades of Malibu #55C0DA
Tints of Malibu #55C0DA
RGB
CMYK
RGB Variations
Color information
#55C0DA (or 0x55C0DA) is known color: Malibu. HEX triplet: 55, C0 and DA. RGB value is (85,192,218). Sum of RGB (Red+Green+Blue) = 85+192+218=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #55C0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C0DA is #AA3F25. Grayscale: #A2A2A2. Windows color (decimal): -11157286 or 14336085. OLE color: 14336085.
HSL color Cylindrical-coordinate representation of color #55C0DA: hue angle of 191.73º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55C0DA is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 192 | 218 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.15 |
| HSL | 191.73º | 0.64% | 0.59% | - |
| HSV(B) | 191.73º | 0.61% | 0.85% | - |
| XYZ | 35.25 | 44.69 | 73.1 | - |
| YUV | 162.97 | 159.05 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 218 | 0.61 | 0.12 | 0 | 0.15 | 191.73 | 0.64 | 0.59 |
| Hex | 55 | C0 | DA | 3D | C | 0 | F | C0 | 40 | 3B |
| Octal | 125 | 300 | 332 | 75 | 14 | 0 | 17 | 300 | 100 | 73 |
| Binary | 1010101 | 11000000 | 11011010 | 111101 | 1100 | 0 | 1111 | 11000000 | 1000000 | 111011 |
Color Harmonies of #55C0DA
Complementary color
Monochromatic Colors of #55C0DA
Black with #55C0DA
Text Example
Text Example
White with #55C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C0DA; }
p { color: rgb(85,192,218); }
H1.HeaderClassName
{
color: #55C0DA;
}
.AnyTagClassName
{
color: #55C0DA;
}
</style>
background-color css
<style>
a { background-color: #55C0DA; }
a { background-color: rgb(85,192,218); }
div.DivClassName
{
background-color: #55C0DA;
}
.BgClassName
{
background-color: #55C0DA;
}
</style>
border-color css
<style>
span { border-color: #55C0DA; }
span { border-color: rgb(85,192,218); }
td.TdClassName
{
border-color: #55C0DA;
}
.TagClassName
{
border-color: #55C0DA;
}
</style>