Shades of Maya Blue #72C0FA
Tints of Maya Blue #72C0FA
RGB
CMYK
RGB Variations
Color information
#72C0FA (or 0x72C0FA) is known color: Maya Blue. HEX triplet: 72, C0 and FA. RGB value is (114,192,250). Sum of RGB (Red+Green+Blue) = 114+192+250=556 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.50% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #72C0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C0FA is #8D3F05. Grayscale: #AEAEAE. Windows color (decimal): -9256710 or 16433266. OLE color: 16433266.
HSL color Cylindrical-coordinate representation of color #72C0FA: hue angle of 205.59º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72C0FA is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 192 | 250 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.02 |
| HSL | 205.59º | 0.93% | 0.71% | - |
| HSV(B) | 205.59º | 0.54% | 0.98% | - |
| XYZ | 43.04 | 48.18 | 97.47 | - |
| YUV | 175.29 | 170.16 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 250 | 0.54 | 0.23 | 0 | 0.02 | 205.59 | 0.93 | 0.71 |
| Hex | 72 | C0 | FA | 36 | 17 | 0 | 2 | CE | 5D | 47 |
| Octal | 162 | 300 | 372 | 66 | 27 | 0 | 2 | 316 | 135 | 107 |
| Binary | 1110010 | 11000000 | 11111010 | 110110 | 10111 | 0 | 10 | 11001110 | 1011101 | 1000111 |
Color Harmonies of #72C0FA
Complementary color
Monochromatic Colors of #72C0FA
Black with #72C0FA
Text Example
Text Example
White with #72C0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C0FA; }
p { color: rgb(114,192,250); }
H1.HeaderClassName
{
color: #72C0FA;
}
.AnyTagClassName
{
color: #72C0FA;
}
</style>
background-color css
<style>
a { background-color: #72C0FA; }
a { background-color: rgb(114,192,250); }
div.DivClassName
{
background-color: #72C0FA;
}
.BgClassName
{
background-color: #72C0FA;
}
</style>
border-color css
<style>
span { border-color: #72C0FA; }
span { border-color: rgb(114,192,250); }
td.TdClassName
{
border-color: #72C0FA;
}
.TagClassName
{
border-color: #72C0FA;
}
</style>