Shades of Maya Blue #72C3EA
Tints of Maya Blue #72C3EA
RGB
CMYK
RGB Variations
Color information
#72C3EA (or 0x72C3EA) is known color: Maya Blue. HEX triplet: 72, C3 and EA. RGB value is (114,195,234). Sum of RGB (Red+Green+Blue) = 114+195+234=543 (71% of max value = 765). Red value is 114 (44.92% from 255 or 20.99% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #72C3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C3EA is #8D3C15. Grayscale: #AEAEAE. Windows color (decimal): -9255958 or 15385458. OLE color: 15385458.
HSL color Cylindrical-coordinate representation of color #72C3EA: hue angle of 199.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72C3EA is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 195 | 234 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.08 |
| HSL | 199.5º | 0.74% | 0.68% | - |
| HSV(B) | 199.5º | 0.51% | 0.92% | - |
| XYZ | 41.31 | 48.55 | 85.04 | - |
| YUV | 175.23 | 161.16 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 195 | 234 | 0.51 | 0.17 | 0 | 0.08 | 199.5 | 0.74 | 0.68 |
| Hex | 72 | C3 | EA | 33 | 11 | 0 | 8 | C8 | 4A | 44 |
| Octal | 162 | 303 | 352 | 63 | 21 | 0 | 10 | 310 | 112 | 104 |
| Binary | 1110010 | 11000011 | 11101010 | 110011 | 10001 | 0 | 1000 | 11001000 | 1001010 | 1000100 |
Color Harmonies of #72C3EA
Complementary color
Monochromatic Colors of #72C3EA
Black with #72C3EA
Text Example
Text Example
White with #72C3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C3EA; }
p { color: rgb(114,195,234); }
H1.HeaderClassName
{
color: #72C3EA;
}
.AnyTagClassName
{
color: #72C3EA;
}
</style>
background-color css
<style>
a { background-color: #72C3EA; }
a { background-color: rgb(114,195,234); }
div.DivClassName
{
background-color: #72C3EA;
}
.BgClassName
{
background-color: #72C3EA;
}
</style>
border-color css
<style>
span { border-color: #72C3EA; }
span { border-color: rgb(114,195,234); }
td.TdClassName
{
border-color: #72C3EA;
}
.TagClassName
{
border-color: #72C3EA;
}
</style>