Shades of Malibu #53C2DD
Tints of Malibu #53C2DD
RGB
CMYK
RGB Variations
Color information
#53C2DD (or 0x53C2DD) is known color: Malibu. HEX triplet: 53, C2 and DD. RGB value is (83,194,221). Sum of RGB (Red+Green+Blue) = 83+194+221=498 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.67% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #53C2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C2DD is #AC3D22. Grayscale: #A3A3A3. Windows color (decimal): -11287843 or 14533203. OLE color: 14533203.
HSL color Cylindrical-coordinate representation of color #53C2DD: hue angle of 191.74º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53C2DD is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 194 | 221 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.13 |
| HSL | 191.74º | 0.67% | 0.6% | - |
| HSV(B) | 191.74º | 0.62% | 0.87% | - |
| XYZ | 35.91 | 45.64 | 75.32 | - |
| YUV | 163.89 | 160.23 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 194 | 221 | 0.62 | 0.12 | 0 | 0.13 | 191.74 | 0.67 | 0.6 |
| Hex | 53 | C2 | DD | 3E | C | 0 | D | C0 | 43 | 3C |
| Octal | 123 | 302 | 335 | 76 | 14 | 0 | 15 | 300 | 103 | 74 |
| Binary | 1010011 | 11000010 | 11011101 | 111110 | 1100 | 0 | 1101 | 11000000 | 1000011 | 111100 |
Color Harmonies of #53C2DD
Complementary color
Monochromatic Colors of #53C2DD
Black with #53C2DD
Text Example
Text Example
White with #53C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C2DD; }
p { color: rgb(83,194,221); }
H1.HeaderClassName
{
color: #53C2DD;
}
.AnyTagClassName
{
color: #53C2DD;
}
</style>
background-color css
<style>
a { background-color: #53C2DD; }
a { background-color: rgb(83,194,221); }
div.DivClassName
{
background-color: #53C2DD;
}
.BgClassName
{
background-color: #53C2DD;
}
</style>
border-color css
<style>
span { border-color: #53C2DD; }
span { border-color: rgb(83,194,221); }
td.TdClassName
{
border-color: #53C2DD;
}
.TagClassName
{
border-color: #53C2DD;
}
</style>