Shades of Malibu #53C2DC
Tints of Malibu #53C2DC
RGB
CMYK
RGB Variations
Color information
#53C2DC (or 0x53C2DC) is known color: Malibu. HEX triplet: 53, C2 and DC. RGB value is (83,194,220). Sum of RGB (Red+Green+Blue) = 83+194+220=497 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.70% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #53C2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C2DC is #AC3D23. Grayscale: #A3A3A3. Windows color (decimal): -11287844 or 14467667. OLE color: 14467667.
HSL color Cylindrical-coordinate representation of color #53C2DC: hue angle of 191.39º 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 #53C2DC is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 194 | 220 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.14 |
| HSL | 191.39º | 0.66% | 0.59% | - |
| HSV(B) | 191.39º | 0.62% | 0.86% | - |
| XYZ | 35.78 | 45.59 | 74.62 | - |
| YUV | 163.78 | 159.73 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 194 | 220 | 0.62 | 0.12 | 0 | 0.14 | 191.39 | 0.66 | 0.59 |
| Hex | 53 | C2 | DC | 3E | C | 0 | E | BF | 42 | 3B |
| Octal | 123 | 302 | 334 | 76 | 14 | 0 | 16 | 277 | 102 | 73 |
| Binary | 1010011 | 11000010 | 11011100 | 111110 | 1100 | 0 | 1110 | 10111111 | 1000010 | 111011 |
Color Harmonies of #53C2DC
Complementary color
Monochromatic Colors of #53C2DC
Black with #53C2DC
Text Example
Text Example
White with #53C2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C2DC; }
p { color: rgb(83,194,220); }
H1.HeaderClassName
{
color: #53C2DC;
}
.AnyTagClassName
{
color: #53C2DC;
}
</style>
background-color css
<style>
a { background-color: #53C2DC; }
a { background-color: rgb(83,194,220); }
div.DivClassName
{
background-color: #53C2DC;
}
.BgClassName
{
background-color: #53C2DC;
}
</style>
border-color css
<style>
span { border-color: #53C2DC; }
span { border-color: rgb(83,194,220); }
td.TdClassName
{
border-color: #53C2DC;
}
.TagClassName
{
border-color: #53C2DC;
}
</style>