Shades of Malibu #55B2F1
Tints of Malibu #55B2F1
RGB
CMYK
RGB Variations
Color information
#55B2F1 (or 0x55B2F1) is known color: Malibu. HEX triplet: 55, B2 and F1. RGB value is (85,178,241). Sum of RGB (Red+Green+Blue) = 85+178+241=504 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.87% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #55B2F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55B2F1 is #AA4D0E. Grayscale: #9D9D9D. Windows color (decimal): -11160847 or 15839829. OLE color: 15839829.
HSL color Cylindrical-coordinate representation of color #55B2F1: hue angle of 204.23º 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 #55B2F1 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 178 | 241 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.05 |
| HSL | 204.23º | 0.85% | 0.64% | - |
| HSV(B) | 204.23º | 0.65% | 0.95% | - |
| XYZ | 35.54 | 40.12 | 89.09 | - |
| YUV | 157.38 | 175.19 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 241 | 0.65 | 0.26 | 0 | 0.05 | 204.23 | 0.85 | 0.64 |
| Hex | 55 | B2 | F1 | 41 | 1A | 0 | 5 | CC | 55 | 40 |
| Octal | 125 | 262 | 361 | 101 | 32 | 0 | 5 | 314 | 125 | 100 |
| Binary | 1010101 | 10110010 | 11110001 | 1000001 | 11010 | 0 | 101 | 11001100 | 1010101 | 1000000 |
Color Harmonies of #55B2F1
Complementary color
Monochromatic Colors of #55B2F1
Black with #55B2F1
Text Example
Text Example
White with #55B2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B2F1; }
p { color: rgb(85,178,241); }
H1.HeaderClassName
{
color: #55B2F1;
}
.AnyTagClassName
{
color: #55B2F1;
}
</style>
background-color css
<style>
a { background-color: #55B2F1; }
a { background-color: rgb(85,178,241); }
div.DivClassName
{
background-color: #55B2F1;
}
.BgClassName
{
background-color: #55B2F1;
}
</style>
border-color css
<style>
span { border-color: #55B2F1; }
span { border-color: rgb(85,178,241); }
td.TdClassName
{
border-color: #55B2F1;
}
.TagClassName
{
border-color: #55B2F1;
}
</style>