Shades of Malibu #53C2EF
Tints of Malibu #53C2EF
RGB
CMYK
RGB Variations
Color information
#53C2EF (or 0x53C2EF) is known color: Malibu. HEX triplet: 53, C2 and EF. RGB value is (83,194,239). Sum of RGB (Red+Green+Blue) = 83+194+239=516 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.09% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #53C2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C2EF is #AC3D10. Grayscale: #A5A5A5. Windows color (decimal): -11287825 or 15712851. OLE color: 15712851.
HSL color Cylindrical-coordinate representation of color #53C2EF: hue angle of 197.31º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53C2EF is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 194 | 239 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.06 |
| HSL | 197.31º | 0.83% | 0.63% | - |
| HSV(B) | 197.31º | 0.65% | 0.94% | - |
| XYZ | 38.44 | 46.65 | 88.64 | - |
| YUV | 165.94 | 169.23 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 194 | 239 | 0.65 | 0.19 | 0 | 0.06 | 197.31 | 0.83 | 0.63 |
| Hex | 53 | C2 | EF | 41 | 13 | 0 | 6 | C5 | 53 | 3F |
| Octal | 123 | 302 | 357 | 101 | 23 | 0 | 6 | 305 | 123 | 77 |
| Binary | 1010011 | 11000010 | 11101111 | 1000001 | 10011 | 0 | 110 | 11000101 | 1010011 | 111111 |
Color Harmonies of #53C2EF
Complementary color
Monochromatic Colors of #53C2EF
Black with #53C2EF
Text Example
Text Example
White with #53C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C2EF; }
p { color: rgb(83,194,239); }
H1.HeaderClassName
{
color: #53C2EF;
}
.AnyTagClassName
{
color: #53C2EF;
}
</style>
background-color css
<style>
a { background-color: #53C2EF; }
a { background-color: rgb(83,194,239); }
div.DivClassName
{
background-color: #53C2EF;
}
.BgClassName
{
background-color: #53C2EF;
}
</style>
border-color css
<style>
span { border-color: #53C2EF; }
span { border-color: rgb(83,194,239); }
td.TdClassName
{
border-color: #53C2EF;
}
.TagClassName
{
border-color: #53C2EF;
}
</style>