Shades of Malibu #55C8F5
Tints of Malibu #55C8F5
RGB
CMYK
RGB Variations
Color information
#55C8F5 (or 0x55C8F5) is known color: Malibu. HEX triplet: 55, C8 and F5. RGB value is (85,200,245). Sum of RGB (Red+Green+Blue) = 85+200+245=530 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.04% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 245 (96.09% from 255 or 46.23% from 530); Max value from RGB is 245 - color contains mainly: blue. Hex color #55C8F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C8F5 is #AA370A. Grayscale: #AAAAAA. Windows color (decimal): -11155211 or 16107605. OLE color: 16107605.
HSL color Cylindrical-coordinate representation of color #55C8F5: hue angle of 196.88º degrees, saturation: 0.89, 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 #55C8F5 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 200 | 245 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.04 |
| HSL | 196.88º | 0.89% | 0.65% | - |
| HSV(B) | 196.88º | 0.65% | 0.96% | - |
| XYZ | 40.88 | 49.83 | 93.85 | - |
| YUV | 170.75 | 169.9 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 200 | 245 | 0.65 | 0.18 | 0 | 0.04 | 196.88 | 0.89 | 0.65 |
| Hex | 55 | C8 | F5 | 41 | 12 | 0 | 4 | C5 | 59 | 41 |
| Octal | 125 | 310 | 365 | 101 | 22 | 0 | 4 | 305 | 131 | 101 |
| Binary | 1010101 | 11001000 | 11110101 | 1000001 | 10010 | 0 | 100 | 11000101 | 1011001 | 1000001 |
Color Harmonies of #55C8F5
Complementary color
Monochromatic Colors of #55C8F5
Black with #55C8F5
Text Example
Text Example
White with #55C8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C8F5; }
p { color: rgb(85,200,245); }
H1.HeaderClassName
{
color: #55C8F5;
}
.AnyTagClassName
{
color: #55C8F5;
}
</style>
background-color css
<style>
a { background-color: #55C8F5; }
a { background-color: rgb(85,200,245); }
div.DivClassName
{
background-color: #55C8F5;
}
.BgClassName
{
background-color: #55C8F5;
}
</style>
border-color css
<style>
span { border-color: #55C8F5; }
span { border-color: rgb(85,200,245); }
td.TdClassName
{
border-color: #55C8F5;
}
.TagClassName
{
border-color: #55C8F5;
}
</style>