Shades of Maya Blue #53CEFD
Tints of Maya Blue #53CEFD
RGB
CMYK
RGB Variations
Color information
#53CEFD (or 0x53CEFD) is known color: Maya Blue. HEX triplet: 53, CE and FD. RGB value is (83,206,253). Sum of RGB (Red+Green+Blue) = 83+206+253=542 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.31% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #53CEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CEFD is #AC3102. Grayscale: #AEAEAE. Windows color (decimal): -11284739 or 16633427. OLE color: 16633427.
HSL color Cylindrical-coordinate representation of color #53CEFD: hue angle of 196.59º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53CEFD is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 206 | 253 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.01 |
| HSL | 196.59º | 0.98% | 0.66% | - |
| HSV(B) | 196.59º | 0.67% | 0.99% | - |
| XYZ | 43.37 | 53.07 | 100.89 | - |
| YUV | 174.58 | 172.25 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 253 | 0.67 | 0.19 | 0 | 0.01 | 196.59 | 0.98 | 0.66 |
| Hex | 53 | CE | FD | 43 | 13 | 0 | 1 | C5 | 62 | 42 |
| Octal | 123 | 316 | 375 | 103 | 23 | 0 | 1 | 305 | 142 | 102 |
| Binary | 1010011 | 11001110 | 11111101 | 1000011 | 10011 | 0 | 1 | 11000101 | 1100010 | 1000010 |
Color Harmonies of #53CEFD
Complementary color
Monochromatic Colors of #53CEFD
Black with #53CEFD
Text Example
Text Example
White with #53CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CEFD; }
p { color: rgb(83,206,253); }
H1.HeaderClassName
{
color: #53CEFD;
}
.AnyTagClassName
{
color: #53CEFD;
}
</style>
background-color css
<style>
a { background-color: #53CEFD; }
a { background-color: rgb(83,206,253); }
div.DivClassName
{
background-color: #53CEFD;
}
.BgClassName
{
background-color: #53CEFD;
}
</style>
border-color css
<style>
span { border-color: #53CEFD; }
span { border-color: rgb(83,206,253); }
td.TdClassName
{
border-color: #53CEFD;
}
.TagClassName
{
border-color: #53CEFD;
}
</style>