Shades of Maya Blue #72C9FF
Tints of Maya Blue #72C9FF
RGB
CMYK
RGB Variations
Color information
#72C9FF (or 0x72C9FF) is known color: Maya Blue. HEX triplet: 72, C9 and FF. RGB value is (114,201,255). Sum of RGB (Red+Green+Blue) = 114+201+255=570 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #72C9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C9FF is #8D3600. Grayscale: #B4B4B4. Windows color (decimal): -9254401 or 16763250. OLE color: 16763250.
HSL color Cylindrical-coordinate representation of color #72C9FF: hue angle of 202.98º 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 #72C9FF is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 201 | 255 | - |
| CMYK | 0.55 | 0.21 | 0 | 0 |
| HSL | 202.98º | 1% | 0.72% | - |
| HSV(B) | 202.98º | 0.55% | 1% | - |
| XYZ | 45.88 | 52.57 | 102.34 | - |
| YUV | 181.14 | 169.68 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 201 | 255 | 0.55 | 0.21 | 0 | 0 | 202.98 | 1 | 0.72 |
| Hex | 72 | C9 | FF | 37 | 15 | 0 | 0 | CB | 64 | 48 |
| Octal | 162 | 311 | 377 | 67 | 25 | 0 | 0 | 313 | 144 | 110 |
| Binary | 1110010 | 11001001 | 11111111 | 110111 | 10101 | 0 | 0 | 11001011 | 1100100 | 1001000 |
Color Harmonies of #72C9FF
Complementary color
Monochromatic Colors of #72C9FF
Black with #72C9FF
Text Example
Text Example
White with #72C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C9FF; }
p { color: rgb(114,201,255); }
H1.HeaderClassName
{
color: #72C9FF;
}
.AnyTagClassName
{
color: #72C9FF;
}
</style>
background-color css
<style>
a { background-color: #72C9FF; }
a { background-color: rgb(114,201,255); }
div.DivClassName
{
background-color: #72C9FF;
}
.BgClassName
{
background-color: #72C9FF;
}
</style>
border-color css
<style>
span { border-color: #72C9FF; }
span { border-color: rgb(114,201,255); }
td.TdClassName
{
border-color: #72C9FF;
}
.TagClassName
{
border-color: #72C9FF;
}
</style>