Shades of Maya Blue #53CEFF
Tints of Maya Blue #53CEFF
RGB
CMYK
RGB Variations
Color information
#53CEFF (or 0x53CEFF) is known color: Maya Blue. HEX triplet: 53, CE and FF. RGB value is (83,206,255). Sum of RGB (Red+Green+Blue) = 83+206+255=544 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.26% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #53CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CEFF is #AC3100. Grayscale: #AEAEAE. Windows color (decimal): -11284737 or 16764499. OLE color: 16764499.
HSL color Cylindrical-coordinate representation of color #53CEFF: hue angle of 197.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53CEFF is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 206 | 255 | - |
| CMYK | 0.67 | 0.19 | 0 | 0 |
| HSL | 197.09º | 1% | 0.66% | - |
| HSV(B) | 197.09º | 0.67% | 1% | - |
| XYZ | 43.69 | 53.2 | 102.57 | - |
| YUV | 174.81 | 173.25 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 255 | 0.67 | 0.19 | 0 | 0 | 197.09 | 1 | 0.66 |
| Hex | 53 | CE | FF | 43 | 13 | 0 | 0 | C5 | 64 | 42 |
| Octal | 123 | 316 | 377 | 103 | 23 | 0 | 0 | 305 | 144 | 102 |
| Binary | 1010011 | 11001110 | 11111111 | 1000011 | 10011 | 0 | 0 | 11000101 | 1100100 | 1000010 |
Color Harmonies of #53CEFF
Complementary color
Monochromatic Colors of #53CEFF
Black with #53CEFF
Text Example
Text Example
White with #53CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CEFF; }
p { color: rgb(83,206,255); }
H1.HeaderClassName
{
color: #53CEFF;
}
.AnyTagClassName
{
color: #53CEFF;
}
</style>
background-color css
<style>
a { background-color: #53CEFF; }
a { background-color: rgb(83,206,255); }
div.DivClassName
{
background-color: #53CEFF;
}
.BgClassName
{
background-color: #53CEFF;
}
</style>
border-color css
<style>
span { border-color: #53CEFF; }
span { border-color: rgb(83,206,255); }
td.TdClassName
{
border-color: #53CEFF;
}
.TagClassName
{
border-color: #53CEFF;
}
</style>