Shades of Maya Blue #72C0EC
Tints of Maya Blue #72C0EC
RGB
CMYK
RGB Variations
Color information
#72C0EC (or 0x72C0EC) is known color: Maya Blue. HEX triplet: 72, C0 and EC. RGB value is (114,192,236). Sum of RGB (Red+Green+Blue) = 114+192+236=542 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.03% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #72C0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C0EC is #8D3F13. Grayscale: #ADADAD. Windows color (decimal): -9256724 or 15515762. OLE color: 15515762.
HSL color Cylindrical-coordinate representation of color #72C0EC: hue angle of 201.64º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72C0EC is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 192 | 236 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.07 |
| HSL | 201.64º | 0.76% | 0.69% | - |
| HSV(B) | 201.64º | 0.52% | 0.93% | - |
| XYZ | 40.93 | 47.33 | 86.34 | - |
| YUV | 173.69 | 163.16 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 236 | 0.52 | 0.19 | 0 | 0.07 | 201.64 | 0.76 | 0.69 |
| Hex | 72 | C0 | EC | 34 | 13 | 0 | 7 | CA | 4C | 45 |
| Octal | 162 | 300 | 354 | 64 | 23 | 0 | 7 | 312 | 114 | 105 |
| Binary | 1110010 | 11000000 | 11101100 | 110100 | 10011 | 0 | 111 | 11001010 | 1001100 | 1000101 |
Color Harmonies of #72C0EC
Complementary color
Monochromatic Colors of #72C0EC
Black with #72C0EC
Text Example
Text Example
White with #72C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C0EC; }
p { color: rgb(114,192,236); }
H1.HeaderClassName
{
color: #72C0EC;
}
.AnyTagClassName
{
color: #72C0EC;
}
</style>
background-color css
<style>
a { background-color: #72C0EC; }
a { background-color: rgb(114,192,236); }
div.DivClassName
{
background-color: #72C0EC;
}
.BgClassName
{
background-color: #72C0EC;
}
</style>
border-color css
<style>
span { border-color: #72C0EC; }
span { border-color: rgb(114,192,236); }
td.TdClassName
{
border-color: #72C0EC;
}
.TagClassName
{
border-color: #72C0EC;
}
</style>