Shades of Maya Blue #72CEFF
Tints of Maya Blue #72CEFF
RGB
CMYK
RGB Variations
Color information
#72CEFF (or 0x72CEFF) is known color: Maya Blue. HEX triplet: 72, CE and FF. RGB value is (114,206,255). Sum of RGB (Red+Green+Blue) = 114+206+255=575 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.83% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #72CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CEFF is #8D3100. Grayscale: #B7B7B7. Windows color (decimal): -9253121 or 16764530. OLE color: 16764530.
HSL color Cylindrical-coordinate representation of color #72CEFF: hue angle of 200.85º 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 #72CEFF is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 206 | 255 | - |
| CMYK | 0.55 | 0.19 | 0 | 0 |
| HSL | 200.85º | 1% | 0.72% | - |
| HSV(B) | 200.85º | 0.55% | 1% | - |
| XYZ | 47.06 | 54.94 | 102.73 | - |
| YUV | 184.08 | 168.02 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 206 | 255 | 0.55 | 0.19 | 0 | 0 | 200.85 | 1 | 0.72 |
| Hex | 72 | CE | FF | 37 | 13 | 0 | 0 | C9 | 64 | 48 |
| Octal | 162 | 316 | 377 | 67 | 23 | 0 | 0 | 311 | 144 | 110 |
| Binary | 1110010 | 11001110 | 11111111 | 110111 | 10011 | 0 | 0 | 11001001 | 1100100 | 1001000 |
Color Harmonies of #72CEFF
Complementary color
Monochromatic Colors of #72CEFF
Black with #72CEFF
Text Example
Text Example
White with #72CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CEFF; }
p { color: rgb(114,206,255); }
H1.HeaderClassName
{
color: #72CEFF;
}
.AnyTagClassName
{
color: #72CEFF;
}
</style>
background-color css
<style>
a { background-color: #72CEFF; }
a { background-color: rgb(114,206,255); }
div.DivClassName
{
background-color: #72CEFF;
}
.BgClassName
{
background-color: #72CEFF;
}
</style>
border-color css
<style>
span { border-color: #72CEFF; }
span { border-color: rgb(114,206,255); }
td.TdClassName
{
border-color: #72CEFF;
}
.TagClassName
{
border-color: #72CEFF;
}
</style>