Shades of Maya Blue #72BFFF
Tints of Maya Blue #72BFFF
RGB
CMYK
RGB Variations
Color information
#72BFFF (or 0x72BFFF) is known color: Maya Blue. HEX triplet: 72, BF and FF. RGB value is (114,191,255). Sum of RGB (Red+Green+Blue) = 114+191+255=560 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.36% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #72BFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BFFF is #8D4000. Grayscale: #AEAEAE. Windows color (decimal): -9256961 or 16760690. OLE color: 16760690.
HSL color Cylindrical-coordinate representation of color #72BFFF: hue angle of 207.23º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72BFFF is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 191 | 255 | - |
| CMYK | 0.55 | 0.25 | 0 | 0 |
| HSL | 207.23º | 1% | 0.72% | - |
| HSV(B) | 207.23º | 0.55% | 1% | - |
| XYZ | 43.62 | 48.06 | 101.59 | - |
| YUV | 175.27 | 172.99 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 191 | 255 | 0.55 | 0.25 | 0 | 0 | 207.23 | 1 | 0.72 |
| Hex | 72 | BF | FF | 37 | 19 | 0 | 0 | CF | 64 | 48 |
| Octal | 162 | 277 | 377 | 67 | 31 | 0 | 0 | 317 | 144 | 110 |
| Binary | 1110010 | 10111111 | 11111111 | 110111 | 11001 | 0 | 0 | 11001111 | 1100100 | 1001000 |
Color Harmonies of #72BFFF
Complementary color
Monochromatic Colors of #72BFFF
Black with #72BFFF
Text Example
Text Example
White with #72BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BFFF; }
p { color: rgb(114,191,255); }
H1.HeaderClassName
{
color: #72BFFF;
}
.AnyTagClassName
{
color: #72BFFF;
}
</style>
background-color css
<style>
a { background-color: #72BFFF; }
a { background-color: rgb(114,191,255); }
div.DivClassName
{
background-color: #72BFFF;
}
.BgClassName
{
background-color: #72BFFF;
}
</style>
border-color css
<style>
span { border-color: #72BFFF; }
span { border-color: rgb(114,191,255); }
td.TdClassName
{
border-color: #72BFFF;
}
.TagClassName
{
border-color: #72BFFF;
}
</style>