Shades of Maya Blue #72CFFC
Tints of Maya Blue #72CFFC
RGB
CMYK
RGB Variations
Color information
#72CFFC (or 0x72CFFC) is known color: Maya Blue. HEX triplet: 72, CF and FC. RGB value is (114,207,252). Sum of RGB (Red+Green+Blue) = 114+207+252=573 (75% of max value = 765). Red value is 114 (44.92% from 255 or 19.90% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #72CFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CFFC is #8D3003. Grayscale: #B8B8B8. Windows color (decimal): -9252868 or 16568178. OLE color: 16568178.
HSL color Cylindrical-coordinate representation of color #72CFFC: hue angle of 199.57º degrees, saturation: 0.96, 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 #72CFFC is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 207 | 252 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.01 |
| HSL | 199.57º | 0.96% | 0.72% | - |
| HSV(B) | 199.57º | 0.55% | 0.99% | - |
| XYZ | 46.82 | 55.23 | 100.29 | - |
| YUV | 184.32 | 166.19 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 252 | 0.55 | 0.18 | 0 | 0.01 | 199.57 | 0.96 | 0.72 |
| Hex | 72 | CF | FC | 37 | 12 | 0 | 1 | C8 | 60 | 48 |
| Octal | 162 | 317 | 374 | 67 | 22 | 0 | 1 | 310 | 140 | 110 |
| Binary | 1110010 | 11001111 | 11111100 | 110111 | 10010 | 0 | 1 | 11001000 | 1100000 | 1001000 |
Color Harmonies of #72CFFC
Complementary color
Monochromatic Colors of #72CFFC
Black with #72CFFC
Text Example
Text Example
White with #72CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CFFC; }
p { color: rgb(114,207,252); }
H1.HeaderClassName
{
color: #72CFFC;
}
.AnyTagClassName
{
color: #72CFFC;
}
</style>
background-color css
<style>
a { background-color: #72CFFC; }
a { background-color: rgb(114,207,252); }
div.DivClassName
{
background-color: #72CFFC;
}
.BgClassName
{
background-color: #72CFFC;
}
</style>
border-color css
<style>
span { border-color: #72CFFC; }
span { border-color: rgb(114,207,252); }
td.TdClassName
{
border-color: #72CFFC;
}
.TagClassName
{
border-color: #72CFFC;
}
</style>