Shades of Malibu #53BBF5
Tints of Malibu #53BBF5
RGB
CMYK
RGB Variations
Color information
#53BBF5 (or 0x53BBF5) is known color: Malibu. HEX triplet: 53, BB and F5. RGB value is (83,187,245). Sum of RGB (Red+Green+Blue) = 83+187+245=515 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.12% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 245 - color contains mainly: blue. Hex color #53BBF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BBF5 is #AC440A. Grayscale: #A2A2A2. Windows color (decimal): -11289611 or 16104275. OLE color: 16104275.
HSL color Cylindrical-coordinate representation of color #53BBF5: hue angle of 201.48º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53BBF5 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 187 | 245 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.04 |
| HSL | 201.48º | 0.89% | 0.64% | - |
| HSV(B) | 201.48º | 0.66% | 0.96% | - |
| XYZ | 37.82 | 43.97 | 92.88 | - |
| YUV | 162.52 | 174.54 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 245 | 0.66 | 0.24 | 0 | 0.04 | 201.48 | 0.89 | 0.64 |
| Hex | 53 | BB | F5 | 42 | 18 | 0 | 4 | C9 | 59 | 40 |
| Octal | 123 | 273 | 365 | 102 | 30 | 0 | 4 | 311 | 131 | 100 |
| Binary | 1010011 | 10111011 | 11110101 | 1000010 | 11000 | 0 | 100 | 11001001 | 1011001 | 1000000 |
Color Harmonies of #53BBF5
Complementary color
Monochromatic Colors of #53BBF5
Black with #53BBF5
Text Example
Text Example
White with #53BBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BBF5; }
p { color: rgb(83,187,245); }
H1.HeaderClassName
{
color: #53BBF5;
}
.AnyTagClassName
{
color: #53BBF5;
}
</style>
background-color css
<style>
a { background-color: #53BBF5; }
a { background-color: rgb(83,187,245); }
div.DivClassName
{
background-color: #53BBF5;
}
.BgClassName
{
background-color: #53BBF5;
}
</style>
border-color css
<style>
span { border-color: #53BBF5; }
span { border-color: rgb(83,187,245); }
td.TdClassName
{
border-color: #53BBF5;
}
.TagClassName
{
border-color: #53BBF5;
}
</style>