Shades of Maya Blue #72BFEC
Tints of Maya Blue #72BFEC
RGB
CMYK
RGB Variations
Color information
#72BFEC (or 0x72BFEC) is known color: Maya Blue. HEX triplet: 72, BF and EC. RGB value is (114,191,236). Sum of RGB (Red+Green+Blue) = 114+191+236=541 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.07% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #72BFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BFEC is #8D4013. Grayscale: #ACACAC. Windows color (decimal): -9256980 or 15515506. OLE color: 15515506.
HSL color Cylindrical-coordinate representation of color #72BFEC: hue angle of 202.13º 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 #72BFEC is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 191 | 236 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.07 |
| HSL | 202.13º | 0.76% | 0.69% | - |
| HSV(B) | 202.13º | 0.52% | 0.93% | - |
| XYZ | 40.71 | 46.9 | 86.26 | - |
| YUV | 173.11 | 163.49 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 191 | 236 | 0.52 | 0.19 | 0 | 0.07 | 202.13 | 0.76 | 0.69 |
| Hex | 72 | BF | EC | 34 | 13 | 0 | 7 | CA | 4C | 45 |
| Octal | 162 | 277 | 354 | 64 | 23 | 0 | 7 | 312 | 114 | 105 |
| Binary | 1110010 | 10111111 | 11101100 | 110100 | 10011 | 0 | 111 | 11001010 | 1001100 | 1000101 |
Color Harmonies of #72BFEC
Complementary color
Monochromatic Colors of #72BFEC
Black with #72BFEC
Text Example
Text Example
White with #72BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BFEC; }
p { color: rgb(114,191,236); }
H1.HeaderClassName
{
color: #72BFEC;
}
.AnyTagClassName
{
color: #72BFEC;
}
</style>
background-color css
<style>
a { background-color: #72BFEC; }
a { background-color: rgb(114,191,236); }
div.DivClassName
{
background-color: #72BFEC;
}
.BgClassName
{
background-color: #72BFEC;
}
</style>
border-color css
<style>
span { border-color: #72BFEC; }
span { border-color: rgb(114,191,236); }
td.TdClassName
{
border-color: #72BFEC;
}
.TagClassName
{
border-color: #72BFEC;
}
</style>