Shades of Malibu #55C9F6
Tints of Malibu #55C9F6
RGB
CMYK
RGB Variations
Color information
#55C9F6 (or 0x55C9F6) is known color: Malibu. HEX triplet: 55, C9 and F6. RGB value is (85,201,246). Sum of RGB (Red+Green+Blue) = 85+201+246=532 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.98% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 246 - color contains mainly: blue. Hex color #55C9F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C9F6 is #AA3609. Grayscale: #ABABAB. Windows color (decimal): -11154954 or 16173397. OLE color: 16173397.
HSL color Cylindrical-coordinate representation of color #55C9F6: hue angle of 196.77º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55C9F6 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 201 | 246 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.04 |
| HSL | 196.77º | 0.9% | 0.65% | - |
| HSV(B) | 196.77º | 0.65% | 0.96% | - |
| XYZ | 41.27 | 50.36 | 94.73 | - |
| YUV | 171.45 | 170.07 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 201 | 246 | 0.65 | 0.18 | 0 | 0.04 | 196.77 | 0.9 | 0.65 |
| Hex | 55 | C9 | F6 | 41 | 12 | 0 | 4 | C5 | 5A | 41 |
| Octal | 125 | 311 | 366 | 101 | 22 | 0 | 4 | 305 | 132 | 101 |
| Binary | 1010101 | 11001001 | 11110110 | 1000001 | 10010 | 0 | 100 | 11000101 | 1011010 | 1000001 |
Color Harmonies of #55C9F6
Complementary color
Monochromatic Colors of #55C9F6
Black with #55C9F6
Text Example
Text Example
White with #55C9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C9F6; }
p { color: rgb(85,201,246); }
H1.HeaderClassName
{
color: #55C9F6;
}
.AnyTagClassName
{
color: #55C9F6;
}
</style>
background-color css
<style>
a { background-color: #55C9F6; }
a { background-color: rgb(85,201,246); }
div.DivClassName
{
background-color: #55C9F6;
}
.BgClassName
{
background-color: #55C9F6;
}
</style>
border-color css
<style>
span { border-color: #55C9F6; }
span { border-color: rgb(85,201,246); }
td.TdClassName
{
border-color: #55C9F6;
}
.TagClassName
{
border-color: #55C9F6;
}
</style>