Shades of Maya Blue #72BFFD
Tints of Maya Blue #72BFFD
RGB
CMYK
RGB Variations
Color information
#72BFFD (or 0x72BFFD) is known color: Maya Blue. HEX triplet: 72, BF and FD. RGB value is (114,191,253). Sum of RGB (Red+Green+Blue) = 114+191+253=558 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.43% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #72BFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BFFD is #8D4002. Grayscale: #AEAEAE. Windows color (decimal): -9256963 or 16629618. OLE color: 16629618.
HSL color Cylindrical-coordinate representation of color #72BFFD: hue angle of 206.76º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72BFFD is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 191 | 253 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.01 |
| HSL | 206.76º | 0.97% | 0.72% | - |
| HSV(B) | 206.76º | 0.55% | 0.99% | - |
| XYZ | 43.3 | 47.93 | 99.9 | - |
| YUV | 175.05 | 171.99 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 191 | 253 | 0.55 | 0.25 | 0 | 0.01 | 206.76 | 0.97 | 0.72 |
| Hex | 72 | BF | FD | 37 | 19 | 0 | 1 | CF | 61 | 48 |
| Octal | 162 | 277 | 375 | 67 | 31 | 0 | 1 | 317 | 141 | 110 |
| Binary | 1110010 | 10111111 | 11111101 | 110111 | 11001 | 0 | 1 | 11001111 | 1100001 | 1001000 |
Color Harmonies of #72BFFD
Complementary color
Monochromatic Colors of #72BFFD
Black with #72BFFD
Text Example
Text Example
White with #72BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BFFD; }
p { color: rgb(114,191,253); }
H1.HeaderClassName
{
color: #72BFFD;
}
.AnyTagClassName
{
color: #72BFFD;
}
</style>
background-color css
<style>
a { background-color: #72BFFD; }
a { background-color: rgb(114,191,253); }
div.DivClassName
{
background-color: #72BFFD;
}
.BgClassName
{
background-color: #72BFFD;
}
</style>
border-color css
<style>
span { border-color: #72BFFD; }
span { border-color: rgb(114,191,253); }
td.TdClassName
{
border-color: #72BFFD;
}
.TagClassName
{
border-color: #72BFFD;
}
</style>