Shades of Malibu #53BBE0
Tints of Malibu #53BBE0
RGB
CMYK
RGB Variations
Color information
#53BBE0 (or 0x53BBE0) is known color: Malibu. HEX triplet: 53, BB and E0. RGB value is (83,187,224). Sum of RGB (Red+Green+Blue) = 83+187+224=494 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.80% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #53BBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BBE0 is #AC441F. Grayscale: #9F9F9F. Windows color (decimal): -11289632 or 14728019. OLE color: 14728019.
HSL color Cylindrical-coordinate representation of color #53BBE0: hue angle of 195.74º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53BBE0 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 187 | 224 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.12 |
| HSL | 195.74º | 0.69% | 0.6% | - |
| HSV(B) | 195.74º | 0.63% | 0.88% | - |
| XYZ | 34.79 | 42.76 | 76.94 | - |
| YUV | 160.12 | 164.04 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 224 | 0.63 | 0.17 | 0 | 0.12 | 195.74 | 0.69 | 0.6 |
| Hex | 53 | BB | E0 | 3F | 11 | 0 | C | C4 | 45 | 3C |
| Octal | 123 | 273 | 340 | 77 | 21 | 0 | 14 | 304 | 105 | 74 |
| Binary | 1010011 | 10111011 | 11100000 | 111111 | 10001 | 0 | 1100 | 11000100 | 1000101 | 111100 |
Color Harmonies of #53BBE0
Complementary color
Monochromatic Colors of #53BBE0
Black with #53BBE0
Text Example
Text Example
White with #53BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BBE0; }
p { color: rgb(83,187,224); }
H1.HeaderClassName
{
color: #53BBE0;
}
.AnyTagClassName
{
color: #53BBE0;
}
</style>
background-color css
<style>
a { background-color: #53BBE0; }
a { background-color: rgb(83,187,224); }
div.DivClassName
{
background-color: #53BBE0;
}
.BgClassName
{
background-color: #53BBE0;
}
</style>
border-color css
<style>
span { border-color: #53BBE0; }
span { border-color: rgb(83,187,224); }
td.TdClassName
{
border-color: #53BBE0;
}
.TagClassName
{
border-color: #53BBE0;
}
</style>