Shades of Malibu #55B7FA
Tints of Malibu #55B7FA
RGB
CMYK
RGB Variations
Color information
#55B7FA (or 0x55B7FA) is known color: Malibu. HEX triplet: 55, B7 and FA. RGB value is (85,183,250). Sum of RGB (Red+Green+Blue) = 85+183+250=518 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.41% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #55B7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55B7FA is #AA4805. Grayscale: #A0A0A0. Windows color (decimal): -11159558 or 16430933. OLE color: 16430933.
HSL color Cylindrical-coordinate representation of color #55B7FA: hue angle of 204.36º 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 #55B7FA is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 183 | 250 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.02 |
| HSL | 204.36º | 0.94% | 0.66% | - |
| HSV(B) | 204.36º | 0.66% | 0.98% | - |
| XYZ | 37.94 | 42.7 | 96.69 | - |
| YUV | 161.34 | 178.03 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 183 | 250 | 0.66 | 0.27 | 0 | 0.02 | 204.36 | 0.94 | 0.66 |
| Hex | 55 | B7 | FA | 42 | 1B | 0 | 2 | CC | 5E | 42 |
| Octal | 125 | 267 | 372 | 102 | 33 | 0 | 2 | 314 | 136 | 102 |
| Binary | 1010101 | 10110111 | 11111010 | 1000010 | 11011 | 0 | 10 | 11001100 | 1011110 | 1000010 |
Color Harmonies of #55B7FA
Complementary color
Monochromatic Colors of #55B7FA
Black with #55B7FA
Text Example
Text Example
White with #55B7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B7FA; }
p { color: rgb(85,183,250); }
H1.HeaderClassName
{
color: #55B7FA;
}
.AnyTagClassName
{
color: #55B7FA;
}
</style>
background-color css
<style>
a { background-color: #55B7FA; }
a { background-color: rgb(85,183,250); }
div.DivClassName
{
background-color: #55B7FA;
}
.BgClassName
{
background-color: #55B7FA;
}
</style>
border-color css
<style>
span { border-color: #55B7FA; }
span { border-color: rgb(85,183,250); }
td.TdClassName
{
border-color: #55B7FA;
}
.TagClassName
{
border-color: #55B7FA;
}
</style>