Shades of Maya Blue #52C8FF
Tints of Maya Blue #52C8FF
RGB
CMYK
RGB Variations
Color information
#52C8FF (or 0x52C8FF) is known color: Maya Blue. HEX triplet: 52, C8 and FF. RGB value is (82,200,255). Sum of RGB (Red+Green+Blue) = 82+200+255=537 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.27% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #52C8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C8FF is #AD3700. Grayscale: #AAAAAA. Windows color (decimal): -11351809 or 16762962. OLE color: 16762962.
HSL color Cylindrical-coordinate representation of color #52C8FF: hue angle of 199.08º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52C8FF is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 200 | 255 | - |
| CMYK | 0.68 | 0.22 | 0 | 0 |
| HSL | 199.08º | 1% | 0.66% | - |
| HSV(B) | 199.08º | 0.68% | 1% | - |
| XYZ | 42.18 | 50.32 | 102.1 | - |
| YUV | 170.99 | 175.41 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 255 | 0.68 | 0.22 | 0 | 0 | 199.08 | 1 | 0.66 |
| Hex | 52 | C8 | FF | 44 | 16 | 0 | 0 | C7 | 64 | 42 |
| Octal | 122 | 310 | 377 | 104 | 26 | 0 | 0 | 307 | 144 | 102 |
| Binary | 1010010 | 11001000 | 11111111 | 1000100 | 10110 | 0 | 0 | 11000111 | 1100100 | 1000010 |
Color Harmonies of #52C8FF
Complementary color
Monochromatic Colors of #52C8FF
Black with #52C8FF
Text Example
Text Example
White with #52C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C8FF; }
p { color: rgb(82,200,255); }
H1.HeaderClassName
{
color: #52C8FF;
}
.AnyTagClassName
{
color: #52C8FF;
}
</style>
background-color css
<style>
a { background-color: #52C8FF; }
a { background-color: rgb(82,200,255); }
div.DivClassName
{
background-color: #52C8FF;
}
.BgClassName
{
background-color: #52C8FF;
}
</style>
border-color css
<style>
span { border-color: #52C8FF; }
span { border-color: rgb(82,200,255); }
td.TdClassName
{
border-color: #52C8FF;
}
.TagClassName
{
border-color: #52C8FF;
}
</style>