Shades of Maya Blue #52CBFF
Tints of Maya Blue #52CBFF
RGB
CMYK
RGB Variations
Color information
#52CBFF (or 0x52CBFF) is known color: Maya Blue. HEX triplet: 52, CB and FF. RGB value is (82,203,255). Sum of RGB (Red+Green+Blue) = 82+203+255=540 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.19% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #52CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CBFF is #AD3400. Grayscale: #ACACAC. Windows color (decimal): -11351041 or 16763730. OLE color: 16763730.
HSL color Cylindrical-coordinate representation of color #52CBFF: hue angle of 198.03º 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 #52CBFF is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 203 | 255 | - |
| CMYK | 0.68 | 0.20 | 0 | 0 |
| HSL | 198.03º | 1% | 0.66% | - |
| HSV(B) | 198.03º | 0.68% | 1% | - |
| XYZ | 42.89 | 51.73 | 102.33 | - |
| YUV | 172.75 | 174.41 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 255 | 0.68 | 0.20 | 0 | 0 | 198.03 | 1 | 0.66 |
| Hex | 52 | CB | FF | 44 | 14 | 0 | 0 | C6 | 64 | 42 |
| Octal | 122 | 313 | 377 | 104 | 24 | 0 | 0 | 306 | 144 | 102 |
| Binary | 1010010 | 11001011 | 11111111 | 1000100 | 10100 | 0 | 0 | 11000110 | 1100100 | 1000010 |
Color Harmonies of #52CBFF
Complementary color
Monochromatic Colors of #52CBFF
Black with #52CBFF
Text Example
Text Example
White with #52CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CBFF; }
p { color: rgb(82,203,255); }
H1.HeaderClassName
{
color: #52CBFF;
}
.AnyTagClassName
{
color: #52CBFF;
}
</style>
background-color css
<style>
a { background-color: #52CBFF; }
a { background-color: rgb(82,203,255); }
div.DivClassName
{
background-color: #52CBFF;
}
.BgClassName
{
background-color: #52CBFF;
}
</style>
border-color css
<style>
span { border-color: #52CBFF; }
span { border-color: rgb(82,203,255); }
td.TdClassName
{
border-color: #52CBFF;
}
.TagClassName
{
border-color: #52CBFF;
}
</style>