Shades of Malibu #53BADC
Tints of Malibu #53BADC
RGB
CMYK
RGB Variations
Color information
#53BADC (or 0x53BADC) is known color: Malibu. HEX triplet: 53, BA and DC. RGB value is (83,186,220). Sum of RGB (Red+Green+Blue) = 83+186+220=489 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.97% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #53BADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BADC is #AC4523. Grayscale: #9E9E9E. Windows color (decimal): -11289892 or 14465619. OLE color: 14465619.
HSL color Cylindrical-coordinate representation of color #53BADC: hue angle of 194.89º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53BADC is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 186 | 220 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.14 |
| HSL | 194.89º | 0.66% | 0.59% | - |
| HSV(B) | 194.89º | 0.62% | 0.86% | - |
| XYZ | 34.04 | 42.12 | 74.05 | - |
| YUV | 159.08 | 162.38 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 220 | 0.62 | 0.15 | 0 | 0.14 | 194.89 | 0.66 | 0.59 |
| Hex | 53 | BA | DC | 3E | F | 0 | E | C3 | 42 | 3B |
| Octal | 123 | 272 | 334 | 76 | 17 | 0 | 16 | 303 | 102 | 73 |
| Binary | 1010011 | 10111010 | 11011100 | 111110 | 1111 | 0 | 1110 | 11000011 | 1000010 | 111011 |
Color Harmonies of #53BADC
Complementary color
Monochromatic Colors of #53BADC
Black with #53BADC
Text Example
Text Example
White with #53BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BADC; }
p { color: rgb(83,186,220); }
H1.HeaderClassName
{
color: #53BADC;
}
.AnyTagClassName
{
color: #53BADC;
}
</style>
background-color css
<style>
a { background-color: #53BADC; }
a { background-color: rgb(83,186,220); }
div.DivClassName
{
background-color: #53BADC;
}
.BgClassName
{
background-color: #53BADC;
}
</style>
border-color css
<style>
span { border-color: #53BADC; }
span { border-color: rgb(83,186,220); }
td.TdClassName
{
border-color: #53BADC;
}
.TagClassName
{
border-color: #53BADC;
}
</style>