Shades of Malibu #55BDF4
Tints of Malibu #55BDF4
RGB
CMYK
RGB Variations
Color information
#55BDF4 (or 0x55BDF4) is known color: Malibu. HEX triplet: 55, BD and F4. RGB value is (85,189,244). Sum of RGB (Red+Green+Blue) = 85+189+244=518 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.41% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 244 - color contains mainly: blue. Hex color #55BDF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BDF4 is #AA420B. Grayscale: #A3A3A3. Windows color (decimal): -11158028 or 16039253. OLE color: 16039253.
HSL color Cylindrical-coordinate representation of color #55BDF4: hue angle of 200.75º degrees, saturation: 0.88, 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 #55BDF4 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 189 | 244 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.04 |
| HSL | 200.75º | 0.88% | 0.65% | - |
| HSV(B) | 200.75º | 0.65% | 0.96% | - |
| XYZ | 38.27 | 44.86 | 92.23 | - |
| YUV | 164.17 | 173.04 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 244 | 0.65 | 0.23 | 0 | 0.04 | 200.75 | 0.88 | 0.65 |
| Hex | 55 | BD | F4 | 41 | 17 | 0 | 4 | C9 | 58 | 41 |
| Octal | 125 | 275 | 364 | 101 | 27 | 0 | 4 | 311 | 130 | 101 |
| Binary | 1010101 | 10111101 | 11110100 | 1000001 | 10111 | 0 | 100 | 11001001 | 1011000 | 1000001 |
Color Harmonies of #55BDF4
Complementary color
Monochromatic Colors of #55BDF4
Black with #55BDF4
Text Example
Text Example
White with #55BDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BDF4; }
p { color: rgb(85,189,244); }
H1.HeaderClassName
{
color: #55BDF4;
}
.AnyTagClassName
{
color: #55BDF4;
}
</style>
background-color css
<style>
a { background-color: #55BDF4; }
a { background-color: rgb(85,189,244); }
div.DivClassName
{
background-color: #55BDF4;
}
.BgClassName
{
background-color: #55BDF4;
}
</style>
border-color css
<style>
span { border-color: #55BDF4; }
span { border-color: rgb(85,189,244); }
td.TdClassName
{
border-color: #55BDF4;
}
.TagClassName
{
border-color: #55BDF4;
}
</style>