Shades of Malibu #53BBDC
Tints of Malibu #53BBDC
RGB
CMYK
RGB Variations
Color information
#53BBDC (or 0x53BBDC) is known color: Malibu. HEX triplet: 53, BB and DC. RGB value is (83,187,220). Sum of RGB (Red+Green+Blue) = 83+187+220=490 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.94% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #53BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BBDC is #AC4423. Grayscale: #9F9F9F. Windows color (decimal): -11289636 or 14465875. OLE color: 14465875.
HSL color Cylindrical-coordinate representation of color #53BBDC: hue angle of 194.45º 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 #53BBDC is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 187 | 220 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.14 |
| HSL | 194.45º | 0.66% | 0.59% | - |
| HSV(B) | 194.45º | 0.62% | 0.86% | - |
| XYZ | 34.26 | 42.55 | 74.12 | - |
| YUV | 159.67 | 162.04 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 220 | 0.62 | 0.15 | 0 | 0.14 | 194.45 | 0.66 | 0.59 |
| Hex | 53 | BB | DC | 3E | F | 0 | E | C2 | 42 | 3B |
| Octal | 123 | 273 | 334 | 76 | 17 | 0 | 16 | 302 | 102 | 73 |
| Binary | 1010011 | 10111011 | 11011100 | 111110 | 1111 | 0 | 1110 | 11000010 | 1000010 | 111011 |
Color Harmonies of #53BBDC
Complementary color
Monochromatic Colors of #53BBDC
Black with #53BBDC
Text Example
Text Example
White with #53BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BBDC; }
p { color: rgb(83,187,220); }
H1.HeaderClassName
{
color: #53BBDC;
}
.AnyTagClassName
{
color: #53BBDC;
}
</style>
background-color css
<style>
a { background-color: #53BBDC; }
a { background-color: rgb(83,187,220); }
div.DivClassName
{
background-color: #53BBDC;
}
.BgClassName
{
background-color: #53BBDC;
}
</style>
border-color css
<style>
span { border-color: #53BBDC; }
span { border-color: rgb(83,187,220); }
td.TdClassName
{
border-color: #53BBDC;
}
.TagClassName
{
border-color: #53BBDC;
}
</style>