Shades of Maya Blue #53CDFE
Tints of Maya Blue #53CDFE
RGB
CMYK
RGB Variations
Color information
#53CDFE (or 0x53CDFE) is known color: Maya Blue. HEX triplet: 53, CD and FE. RGB value is (83,205,254). Sum of RGB (Red+Green+Blue) = 83+205+254=542 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.31% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #53CDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CDFE is #AC3201. Grayscale: #ADADAD. Windows color (decimal): -11284994 or 16698707. OLE color: 16698707.
HSL color Cylindrical-coordinate representation of color #53CDFE: hue angle of 197.19º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53CDFE is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 205 | 254 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.00 |
| HSL | 197.19º | 0.99% | 0.66% | - |
| HSV(B) | 197.19º | 0.67% | 1% | - |
| XYZ | 43.29 | 52.66 | 101.65 | - |
| YUV | 174.11 | 173.08 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 205 | 254 | 0.67 | 0.19 | 0 | 0.00 | 197.19 | 0.99 | 0.66 |
| Hex | 53 | CD | FE | 43 | 13 | 0 | 0 | C5 | 63 | 42 |
| Octal | 123 | 315 | 376 | 103 | 23 | 0 | 0 | 305 | 143 | 102 |
| Binary | 1010011 | 11001101 | 11111110 | 1000011 | 10011 | 0 | 0 | 11000101 | 1100011 | 1000010 |
Color Harmonies of #53CDFE
Complementary color
Monochromatic Colors of #53CDFE
Black with #53CDFE
Text Example
Text Example
White with #53CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CDFE; }
p { color: rgb(83,205,254); }
H1.HeaderClassName
{
color: #53CDFE;
}
.AnyTagClassName
{
color: #53CDFE;
}
</style>
background-color css
<style>
a { background-color: #53CDFE; }
a { background-color: rgb(83,205,254); }
div.DivClassName
{
background-color: #53CDFE;
}
.BgClassName
{
background-color: #53CDFE;
}
</style>
border-color css
<style>
span { border-color: #53CDFE; }
span { border-color: rgb(83,205,254); }
td.TdClassName
{
border-color: #53CDFE;
}
.TagClassName
{
border-color: #53CDFE;
}
</style>