Shades of Malibu #53BADE
Tints of Malibu #53BADE
RGB
CMYK
RGB Variations
Color information
#53BADE (or 0x53BADE) is known color: Malibu. HEX triplet: 53, BA and DE. RGB value is (83,186,222). Sum of RGB (Red+Green+Blue) = 83+186+222=491 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.90% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #53BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BADE is #AC4521. Grayscale: #9F9F9F. Windows color (decimal): -11289890 or 14596691. OLE color: 14596691.
HSL color Cylindrical-coordinate representation of color #53BADE: hue angle of 195.54º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53BADE is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 186 | 222 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.13 |
| HSL | 195.54º | 0.68% | 0.6% | - |
| HSV(B) | 195.54º | 0.63% | 0.87% | - |
| XYZ | 34.31 | 42.23 | 75.45 | - |
| YUV | 159.31 | 163.38 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 222 | 0.63 | 0.16 | 0 | 0.13 | 195.54 | 0.68 | 0.6 |
| Hex | 53 | BA | DE | 3F | 10 | 0 | D | C4 | 44 | 3C |
| Octal | 123 | 272 | 336 | 77 | 20 | 0 | 15 | 304 | 104 | 74 |
| Binary | 1010011 | 10111010 | 11011110 | 111111 | 10000 | 0 | 1101 | 11000100 | 1000100 | 111100 |
Color Harmonies of #53BADE
Complementary color
Monochromatic Colors of #53BADE
Black with #53BADE
Text Example
Text Example
White with #53BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BADE; }
p { color: rgb(83,186,222); }
H1.HeaderClassName
{
color: #53BADE;
}
.AnyTagClassName
{
color: #53BADE;
}
</style>
background-color css
<style>
a { background-color: #53BADE; }
a { background-color: rgb(83,186,222); }
div.DivClassName
{
background-color: #53BADE;
}
.BgClassName
{
background-color: #53BADE;
}
</style>
border-color css
<style>
span { border-color: #53BADE; }
span { border-color: rgb(83,186,222); }
td.TdClassName
{
border-color: #53BADE;
}
.TagClassName
{
border-color: #53BADE;
}
</style>