Shades of Maya Blue #53C7FA
Tints of Maya Blue #53C7FA
RGB
CMYK
RGB Variations
Color information
#53C7FA (or 0x53C7FA) is known color: Maya Blue. HEX triplet: 53, C7 and FA. RGB value is (83,199,250). Sum of RGB (Red+Green+Blue) = 83+199+250=532 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.60% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #53C7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C7FA is #AC3805. Grayscale: #A9A9A9. Windows color (decimal): -11286534 or 16435027. OLE color: 16435027.
HSL color Cylindrical-coordinate representation of color #53C7FA: hue angle of 198.32º 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 #53C7FA is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 199 | 250 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.02 |
| HSL | 198.32º | 0.94% | 0.65% | - |
| HSV(B) | 198.32º | 0.67% | 0.98% | - |
| XYZ | 41.25 | 49.59 | 97.84 | - |
| YUV | 170.13 | 173.07 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 199 | 250 | 0.67 | 0.20 | 0 | 0.02 | 198.32 | 0.94 | 0.65 |
| Hex | 53 | C7 | FA | 43 | 14 | 0 | 2 | C6 | 5E | 41 |
| Octal | 123 | 307 | 372 | 103 | 24 | 0 | 2 | 306 | 136 | 101 |
| Binary | 1010011 | 11000111 | 11111010 | 1000011 | 10100 | 0 | 10 | 11000110 | 1011110 | 1000001 |
Color Harmonies of #53C7FA
Complementary color
Monochromatic Colors of #53C7FA
Black with #53C7FA
Text Example
Text Example
White with #53C7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C7FA; }
p { color: rgb(83,199,250); }
H1.HeaderClassName
{
color: #53C7FA;
}
.AnyTagClassName
{
color: #53C7FA;
}
</style>
background-color css
<style>
a { background-color: #53C7FA; }
a { background-color: rgb(83,199,250); }
div.DivClassName
{
background-color: #53C7FA;
}
.BgClassName
{
background-color: #53C7FA;
}
</style>
border-color css
<style>
span { border-color: #53C7FA; }
span { border-color: rgb(83,199,250); }
td.TdClassName
{
border-color: #53C7FA;
}
.TagClassName
{
border-color: #53C7FA;
}
</style>