Shades of Malibu #55C0F1
Tints of Malibu #55C0F1
RGB
CMYK
RGB Variations
Color information
#55C0F1 (or 0x55C0F1) is known color: Malibu. HEX triplet: 55, C0 and F1. RGB value is (85,192,241). Sum of RGB (Red+Green+Blue) = 85+192+241=518 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.41% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #55C0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C0F1 is #AA3F0E. Grayscale: #A5A5A5. Windows color (decimal): -11157263 or 15843413. OLE color: 15843413.
HSL color Cylindrical-coordinate representation of color #55C0F1: hue angle of 198.85º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55C0F1 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 192 | 241 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.05 |
| HSL | 198.85º | 0.85% | 0.64% | - |
| HSV(B) | 198.85º | 0.65% | 0.95% | - |
| XYZ | 38.47 | 45.98 | 90.07 | - |
| YUV | 165.59 | 170.55 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 241 | 0.65 | 0.20 | 0 | 0.05 | 198.85 | 0.85 | 0.64 |
| Hex | 55 | C0 | F1 | 41 | 14 | 0 | 5 | C7 | 55 | 40 |
| Octal | 125 | 300 | 361 | 101 | 24 | 0 | 5 | 307 | 125 | 100 |
| Binary | 1010101 | 11000000 | 11110001 | 1000001 | 10100 | 0 | 101 | 11000111 | 1010101 | 1000000 |
Color Harmonies of #55C0F1
Complementary color
Monochromatic Colors of #55C0F1
Black with #55C0F1
Text Example
Text Example
White with #55C0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C0F1; }
p { color: rgb(85,192,241); }
H1.HeaderClassName
{
color: #55C0F1;
}
.AnyTagClassName
{
color: #55C0F1;
}
</style>
background-color css
<style>
a { background-color: #55C0F1; }
a { background-color: rgb(85,192,241); }
div.DivClassName
{
background-color: #55C0F1;
}
.BgClassName
{
background-color: #55C0F1;
}
</style>
border-color css
<style>
span { border-color: #55C0F1; }
span { border-color: rgb(85,192,241); }
td.TdClassName
{
border-color: #55C0F1;
}
.TagClassName
{
border-color: #55C0F1;
}
</style>