Shades of Maya Blue #52C2FB
Tints of Maya Blue #52C2FB
RGB
CMYK
RGB Variations
Color information
#52C2FB (or 0x52C2FB) is known color: Maya Blue. HEX triplet: 52, C2 and FB. RGB value is (82,194,251). Sum of RGB (Red+Green+Blue) = 82+194+251=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #52C2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C2FB is #AD3D04. Grayscale: #A6A6A6. Windows color (decimal): -11353349 or 16499282. OLE color: 16499282.
HSL color Cylindrical-coordinate representation of color #52C2FB: hue angle of 200.24º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52C2FB is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 194 | 251 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.02 |
| HSL | 200.24º | 0.95% | 0.65% | - |
| HSV(B) | 200.24º | 0.67% | 0.98% | - |
| XYZ | 40.18 | 47.34 | 98.29 | - |
| YUV | 167.01 | 175.39 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 251 | 0.67 | 0.23 | 0 | 0.02 | 200.24 | 0.95 | 0.65 |
| Hex | 52 | C2 | FB | 43 | 17 | 0 | 2 | C8 | 5F | 41 |
| Octal | 122 | 302 | 373 | 103 | 27 | 0 | 2 | 310 | 137 | 101 |
| Binary | 1010010 | 11000010 | 11111011 | 1000011 | 10111 | 0 | 10 | 11001000 | 1011111 | 1000001 |
Color Harmonies of #52C2FB
Complementary color
Monochromatic Colors of #52C2FB
Black with #52C2FB
Text Example
Text Example
White with #52C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C2FB; }
p { color: rgb(82,194,251); }
H1.HeaderClassName
{
color: #52C2FB;
}
.AnyTagClassName
{
color: #52C2FB;
}
</style>
background-color css
<style>
a { background-color: #52C2FB; }
a { background-color: rgb(82,194,251); }
div.DivClassName
{
background-color: #52C2FB;
}
.BgClassName
{
background-color: #52C2FB;
}
</style>
border-color css
<style>
span { border-color: #52C2FB; }
span { border-color: rgb(82,194,251); }
td.TdClassName
{
border-color: #52C2FB;
}
.TagClassName
{
border-color: #52C2FB;
}
</style>