Shades of Maya Blue #72CFFF
Tints of Maya Blue #72CFFF
RGB
CMYK
RGB Variations
Color information
#72CFFF (or 0x72CFFF) is known color: Maya Blue. HEX triplet: 72, CF and FF. RGB value is (114,207,255). Sum of RGB (Red+Green+Blue) = 114+207+255=576 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.79% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #72CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CFFF is #8D3000. Grayscale: #B8B8B8. Windows color (decimal): -9252865 or 16764786. OLE color: 16764786.
HSL color Cylindrical-coordinate representation of color #72CFFF: hue angle of 200.43º 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 #72CFFF is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 207 | 255 | - |
| CMYK | 0.55 | 0.19 | 0 | 0 |
| HSL | 200.43º | 1% | 0.72% | - |
| HSV(B) | 200.43º | 0.55% | 1% | - |
| XYZ | 47.3 | 55.42 | 102.81 | - |
| YUV | 184.67 | 167.69 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 255 | 0.55 | 0.19 | 0 | 0 | 200.43 | 1 | 0.72 |
| Hex | 72 | CF | FF | 37 | 13 | 0 | 0 | C8 | 64 | 48 |
| Octal | 162 | 317 | 377 | 67 | 23 | 0 | 0 | 310 | 144 | 110 |
| Binary | 1110010 | 11001111 | 11111111 | 110111 | 10011 | 0 | 0 | 11001000 | 1100100 | 1001000 |
Color Harmonies of #72CFFF
Complementary color
Monochromatic Colors of #72CFFF
Black with #72CFFF
Text Example
Text Example
White with #72CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CFFF; }
p { color: rgb(114,207,255); }
H1.HeaderClassName
{
color: #72CFFF;
}
.AnyTagClassName
{
color: #72CFFF;
}
</style>
background-color css
<style>
a { background-color: #72CFFF; }
a { background-color: rgb(114,207,255); }
div.DivClassName
{
background-color: #72CFFF;
}
.BgClassName
{
background-color: #72CFFF;
}
</style>
border-color css
<style>
span { border-color: #72CFFF; }
span { border-color: rgb(114,207,255); }
td.TdClassName
{
border-color: #72CFFF;
}
.TagClassName
{
border-color: #72CFFF;
}
</style>