Shades of Malibu #53BBEA
Tints of Malibu #53BBEA
RGB
CMYK
RGB Variations
Color information
#53BBEA (or 0x53BBEA) is known color: Malibu. HEX triplet: 53, BB and EA. RGB value is (83,187,234). Sum of RGB (Red+Green+Blue) = 83+187+234=504 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.47% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #53BBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BBEA is #AC4415. Grayscale: #A0A0A0. Windows color (decimal): -11289622 or 15383379. OLE color: 15383379.
HSL color Cylindrical-coordinate representation of color #53BBEA: hue angle of 198.68º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53BBEA is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 187 | 234 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.08 |
| HSL | 198.68º | 0.78% | 0.62% | - |
| HSV(B) | 198.68º | 0.65% | 0.92% | - |
| XYZ | 36.19 | 43.32 | 84.3 | - |
| YUV | 161.26 | 169.04 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 234 | 0.65 | 0.20 | 0 | 0.08 | 198.68 | 0.78 | 0.62 |
| Hex | 53 | BB | EA | 41 | 14 | 0 | 8 | C7 | 4E | 3E |
| Octal | 123 | 273 | 352 | 101 | 24 | 0 | 10 | 307 | 116 | 76 |
| Binary | 1010011 | 10111011 | 11101010 | 1000001 | 10100 | 0 | 1000 | 11000111 | 1001110 | 111110 |
Color Harmonies of #53BBEA
Complementary color
Monochromatic Colors of #53BBEA
Black with #53BBEA
Text Example
Text Example
White with #53BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BBEA; }
p { color: rgb(83,187,234); }
H1.HeaderClassName
{
color: #53BBEA;
}
.AnyTagClassName
{
color: #53BBEA;
}
</style>
background-color css
<style>
a { background-color: #53BBEA; }
a { background-color: rgb(83,187,234); }
div.DivClassName
{
background-color: #53BBEA;
}
.BgClassName
{
background-color: #53BBEA;
}
</style>
border-color css
<style>
span { border-color: #53BBEA; }
span { border-color: rgb(83,187,234); }
td.TdClassName
{
border-color: #53BBEA;
}
.TagClassName
{
border-color: #53BBEA;
}
</style>