Shades of Malibu #55BEE0
Tints of Malibu #55BEE0
RGB
CMYK
RGB Variations
Color information
#55BEE0 (or 0x55BEE0) is known color: Malibu. HEX triplet: 55, BE and E0. RGB value is (85,190,224). Sum of RGB (Red+Green+Blue) = 85+190+224=499 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17.03% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #55BEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BEE0 is #AA411F. Grayscale: #A2A2A2. Windows color (decimal): -11157792 or 14728789. OLE color: 14728789.
HSL color Cylindrical-coordinate representation of color #55BEE0: hue angle of 194.68º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55BEE0 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 190 | 224 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.12 |
| HSL | 194.68º | 0.69% | 0.61% | - |
| HSV(B) | 194.68º | 0.62% | 0.88% | - |
| XYZ | 35.61 | 44.14 | 77.16 | - |
| YUV | 162.48 | 162.71 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 190 | 224 | 0.62 | 0.15 | 0 | 0.12 | 194.68 | 0.69 | 0.61 |
| Hex | 55 | BE | E0 | 3E | F | 0 | C | C3 | 45 | 3D |
| Octal | 125 | 276 | 340 | 76 | 17 | 0 | 14 | 303 | 105 | 75 |
| Binary | 1010101 | 10111110 | 11100000 | 111110 | 1111 | 0 | 1100 | 11000011 | 1000101 | 111101 |
Color Harmonies of #55BEE0
Complementary color
Monochromatic Colors of #55BEE0
Black with #55BEE0
Text Example
Text Example
White with #55BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BEE0; }
p { color: rgb(85,190,224); }
H1.HeaderClassName
{
color: #55BEE0;
}
.AnyTagClassName
{
color: #55BEE0;
}
</style>
background-color css
<style>
a { background-color: #55BEE0; }
a { background-color: rgb(85,190,224); }
div.DivClassName
{
background-color: #55BEE0;
}
.BgClassName
{
background-color: #55BEE0;
}
</style>
border-color css
<style>
span { border-color: #55BEE0; }
span { border-color: rgb(85,190,224); }
td.TdClassName
{
border-color: #55BEE0;
}
.TagClassName
{
border-color: #55BEE0;
}
</style>