Shades of Maya Blue #53C2FA
Tints of Maya Blue #53C2FA
RGB
CMYK
RGB Variations
Color information
#53C2FA (or 0x53C2FA) is known color: Maya Blue. HEX triplet: 53, C2 and FA. RGB value is (83,194,250). Sum of RGB (Red+Green+Blue) = 83+194+250=527 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.75% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #53C2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C2FA is #AC3D05. Grayscale: #A6A6A6. Windows color (decimal): -11287814 or 16433747. OLE color: 16433747.
HSL color Cylindrical-coordinate representation of color #53C2FA: hue angle of 200.12º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53C2FA is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 194 | 250 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.02 |
| HSL | 200.12º | 0.94% | 0.65% | - |
| HSV(B) | 200.12º | 0.67% | 0.98% | - |
| XYZ | 40.11 | 47.32 | 97.46 | - |
| YUV | 167.2 | 174.73 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 194 | 250 | 0.67 | 0.22 | 0 | 0.02 | 200.12 | 0.94 | 0.65 |
| Hex | 53 | C2 | FA | 43 | 16 | 0 | 2 | C8 | 5E | 41 |
| Octal | 123 | 302 | 372 | 103 | 26 | 0 | 2 | 310 | 136 | 101 |
| Binary | 1010011 | 11000010 | 11111010 | 1000011 | 10110 | 0 | 10 | 11001000 | 1011110 | 1000001 |
Color Harmonies of #53C2FA
Complementary color
Monochromatic Colors of #53C2FA
Black with #53C2FA
Text Example
Text Example
White with #53C2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C2FA; }
p { color: rgb(83,194,250); }
H1.HeaderClassName
{
color: #53C2FA;
}
.AnyTagClassName
{
color: #53C2FA;
}
</style>
background-color css
<style>
a { background-color: #53C2FA; }
a { background-color: rgb(83,194,250); }
div.DivClassName
{
background-color: #53C2FA;
}
.BgClassName
{
background-color: #53C2FA;
}
</style>
border-color css
<style>
span { border-color: #53C2FA; }
span { border-color: rgb(83,194,250); }
td.TdClassName
{
border-color: #53C2FA;
}
.TagClassName
{
border-color: #53C2FA;
}
</style>