Shades of Maya Blue #52CDFE
Tints of Maya Blue #52CDFE
RGB
CMYK
RGB Variations
Color information
#52CDFE (or 0x52CDFE) is known color: Maya Blue. HEX triplet: 52, CD and FE. RGB value is (82,205,254). Sum of RGB (Red+Green+Blue) = 82+205+254=541 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.16% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #52CDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CDFE is #AD3201. Grayscale: #ADADAD. Windows color (decimal): -11350530 or 16698706. OLE color: 16698706.
HSL color Cylindrical-coordinate representation of color #52CDFE: hue angle of 197.09º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52CDFE is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 205 | 254 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.00 |
| HSL | 197.09º | 0.99% | 0.66% | - |
| HSV(B) | 197.09º | 0.68% | 1% | - |
| XYZ | 43.2 | 52.61 | 101.64 | - |
| YUV | 173.81 | 173.25 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 205 | 254 | 0.68 | 0.19 | 0 | 0.00 | 197.09 | 0.99 | 0.66 |
| Hex | 52 | CD | FE | 44 | 13 | 0 | 0 | C5 | 63 | 42 |
| Octal | 122 | 315 | 376 | 104 | 23 | 0 | 0 | 305 | 143 | 102 |
| Binary | 1010010 | 11001101 | 11111110 | 1000100 | 10011 | 0 | 0 | 11000101 | 1100011 | 1000010 |
Color Harmonies of #52CDFE
Complementary color
Monochromatic Colors of #52CDFE
Black with #52CDFE
Text Example
Text Example
White with #52CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CDFE; }
p { color: rgb(82,205,254); }
H1.HeaderClassName
{
color: #52CDFE;
}
.AnyTagClassName
{
color: #52CDFE;
}
</style>
background-color css
<style>
a { background-color: #52CDFE; }
a { background-color: rgb(82,205,254); }
div.DivClassName
{
background-color: #52CDFE;
}
.BgClassName
{
background-color: #52CDFE;
}
</style>
border-color css
<style>
span { border-color: #52CDFE; }
span { border-color: rgb(82,205,254); }
td.TdClassName
{
border-color: #52CDFE;
}
.TagClassName
{
border-color: #52CDFE;
}
</style>