Shades of Maya Blue #72BFFA
Tints of Maya Blue #72BFFA
RGB
CMYK
RGB Variations
Color information
#72BFFA (or 0x72BFFA) is known color: Maya Blue. HEX triplet: 72, BF and FA. RGB value is (114,191,250). Sum of RGB (Red+Green+Blue) = 114+191+250=555 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.54% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #72BFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BFFA is #8D4005. Grayscale: #AEAEAE. Windows color (decimal): -9256966 or 16433010. OLE color: 16433010.
HSL color Cylindrical-coordinate representation of color #72BFFA: hue angle of 206.03º 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 #72BFFA is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 191 | 250 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.02 |
| HSL | 206.03º | 0.93% | 0.71% | - |
| HSV(B) | 206.03º | 0.54% | 0.98% | - |
| XYZ | 42.83 | 47.74 | 97.4 | - |
| YUV | 174.7 | 170.49 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 191 | 250 | 0.54 | 0.24 | 0 | 0.02 | 206.03 | 0.93 | 0.71 |
| Hex | 72 | BF | FA | 36 | 18 | 0 | 2 | CE | 5D | 47 |
| Octal | 162 | 277 | 372 | 66 | 30 | 0 | 2 | 316 | 135 | 107 |
| Binary | 1110010 | 10111111 | 11111010 | 110110 | 11000 | 0 | 10 | 11001110 | 1011101 | 1000111 |
Color Harmonies of #72BFFA
Complementary color
Monochromatic Colors of #72BFFA
Black with #72BFFA
Text Example
Text Example
White with #72BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BFFA; }
p { color: rgb(114,191,250); }
H1.HeaderClassName
{
color: #72BFFA;
}
.AnyTagClassName
{
color: #72BFFA;
}
</style>
background-color css
<style>
a { background-color: #72BFFA; }
a { background-color: rgb(114,191,250); }
div.DivClassName
{
background-color: #72BFFA;
}
.BgClassName
{
background-color: #72BFFA;
}
</style>
border-color css
<style>
span { border-color: #72BFFA; }
span { border-color: rgb(114,191,250); }
td.TdClassName
{
border-color: #72BFFA;
}
.TagClassName
{
border-color: #72BFFA;
}
</style>