Shades of Malibu #55BBFA
Tints of Malibu #55BBFA
RGB
CMYK
RGB Variations
Color information
#55BBFA (or 0x55BBFA) is known color: Malibu. HEX triplet: 55, BB and FA. RGB value is (85,187,250). Sum of RGB (Red+Green+Blue) = 85+187+250=522 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.28% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #55BBFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BBFA is #AA4405. Grayscale: #A3A3A3. Windows color (decimal): -11158534 or 16431957. OLE color: 16431957.
HSL color Cylindrical-coordinate representation of color #55BBFA: hue angle of 202.91º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55BBFA is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 187 | 250 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.02 |
| HSL | 202.91º | 0.94% | 0.66% | - |
| HSV(B) | 202.91º | 0.66% | 0.98% | - |
| XYZ | 38.77 | 44.37 | 96.96 | - |
| YUV | 163.68 | 176.71 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 250 | 0.66 | 0.25 | 0 | 0.02 | 202.91 | 0.94 | 0.66 |
| Hex | 55 | BB | FA | 42 | 19 | 0 | 2 | CB | 5E | 42 |
| Octal | 125 | 273 | 372 | 102 | 31 | 0 | 2 | 313 | 136 | 102 |
| Binary | 1010101 | 10111011 | 11111010 | 1000010 | 11001 | 0 | 10 | 11001011 | 1011110 | 1000010 |
Color Harmonies of #55BBFA
Complementary color
Monochromatic Colors of #55BBFA
Black with #55BBFA
Text Example
Text Example
White with #55BBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BBFA; }
p { color: rgb(85,187,250); }
H1.HeaderClassName
{
color: #55BBFA;
}
.AnyTagClassName
{
color: #55BBFA;
}
</style>
background-color css
<style>
a { background-color: #55BBFA; }
a { background-color: rgb(85,187,250); }
div.DivClassName
{
background-color: #55BBFA;
}
.BgClassName
{
background-color: #55BBFA;
}
</style>
border-color css
<style>
span { border-color: #55BBFA; }
span { border-color: rgb(85,187,250); }
td.TdClassName
{
border-color: #55BBFA;
}
.TagClassName
{
border-color: #55BBFA;
}
</style>