Shades of Malibu #55BFEB
Tints of Malibu #55BFEB
RGB
CMYK
RGB Variations
Color information
#55BFEB (or 0x55BFEB) is known color: Malibu. HEX triplet: 55, BF and EB. RGB value is (85,191,235). Sum of RGB (Red+Green+Blue) = 85+191+235=511 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.63% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #55BFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BFEB is #AA4014. Grayscale: #A4A4A4. Windows color (decimal): -11157525 or 15449941. OLE color: 15449941.
HSL color Cylindrical-coordinate representation of color #55BFEB: hue angle of 197.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55BFEB is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 191 | 235 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.08 |
| HSL | 197.6º | 0.79% | 0.63% | - |
| HSV(B) | 197.6º | 0.64% | 0.92% | - |
| XYZ | 37.37 | 45.19 | 85.35 | - |
| YUV | 164.32 | 167.88 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 191 | 235 | 0.64 | 0.19 | 0 | 0.08 | 197.6 | 0.79 | 0.63 |
| Hex | 55 | BF | EB | 40 | 13 | 0 | 8 | C6 | 4F | 3F |
| Octal | 125 | 277 | 353 | 100 | 23 | 0 | 10 | 306 | 117 | 77 |
| Binary | 1010101 | 10111111 | 11101011 | 1000000 | 10011 | 0 | 1000 | 11000110 | 1001111 | 111111 |
Color Harmonies of #55BFEB
Complementary color
Monochromatic Colors of #55BFEB
Black with #55BFEB
Text Example
Text Example
White with #55BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BFEB; }
p { color: rgb(85,191,235); }
H1.HeaderClassName
{
color: #55BFEB;
}
.AnyTagClassName
{
color: #55BFEB;
}
</style>
background-color css
<style>
a { background-color: #55BFEB; }
a { background-color: rgb(85,191,235); }
div.DivClassName
{
background-color: #55BFEB;
}
.BgClassName
{
background-color: #55BFEB;
}
</style>
border-color css
<style>
span { border-color: #55BFEB; }
span { border-color: rgb(85,191,235); }
td.TdClassName
{
border-color: #55BFEB;
}
.TagClassName
{
border-color: #55BFEB;
}
</style>