Shades of Malibu #55BFEE
Tints of Malibu #55BFEE
RGB
CMYK
RGB Variations
Color information
#55BFEE (or 0x55BFEE) is known color: Malibu. HEX triplet: 55, BF and EE. RGB value is (85,191,238). Sum of RGB (Red+Green+Blue) = 85+191+238=514 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.54% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #55BFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BFEE is #AA4011. Grayscale: #A4A4A4. Windows color (decimal): -11157522 or 15646549. OLE color: 15646549.
HSL color Cylindrical-coordinate representation of color #55BFEE: hue angle of 198.43º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55BFEE is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 191 | 238 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.07 |
| HSL | 198.43º | 0.82% | 0.63% | - |
| HSV(B) | 198.43º | 0.64% | 0.93% | - |
| XYZ | 37.81 | 45.37 | 87.65 | - |
| YUV | 164.66 | 169.38 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 191 | 238 | 0.64 | 0.20 | 0 | 0.07 | 198.43 | 0.82 | 0.63 |
| Hex | 55 | BF | EE | 40 | 14 | 0 | 7 | C6 | 52 | 3F |
| Octal | 125 | 277 | 356 | 100 | 24 | 0 | 7 | 306 | 122 | 77 |
| Binary | 1010101 | 10111111 | 11101110 | 1000000 | 10100 | 0 | 111 | 11000110 | 1010010 | 111111 |
Color Harmonies of #55BFEE
Complementary color
Monochromatic Colors of #55BFEE
Black with #55BFEE
Text Example
Text Example
White with #55BFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BFEE; }
p { color: rgb(85,191,238); }
H1.HeaderClassName
{
color: #55BFEE;
}
.AnyTagClassName
{
color: #55BFEE;
}
</style>
background-color css
<style>
a { background-color: #55BFEE; }
a { background-color: rgb(85,191,238); }
div.DivClassName
{
background-color: #55BFEE;
}
.BgClassName
{
background-color: #55BFEE;
}
</style>
border-color css
<style>
span { border-color: #55BFEE; }
span { border-color: rgb(85,191,238); }
td.TdClassName
{
border-color: #55BFEE;
}
.TagClassName
{
border-color: #55BFEE;
}
</style>