Shades of Maya Blue #72C6FF
Tints of Maya Blue #72C6FF
RGB
CMYK
RGB Variations
Color information
#72C6FF (or 0x72C6FF) is known color: Maya Blue. HEX triplet: 72, C6 and FF. RGB value is (114,198,255). Sum of RGB (Red+Green+Blue) = 114+198+255=567 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.11% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #72C6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C6FF is #8D3900. Grayscale: #B3B3B3. Windows color (decimal): -9255169 or 16762482. OLE color: 16762482.
HSL color Cylindrical-coordinate representation of color #72C6FF: hue angle of 204.26º 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 #72C6FF is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 198 | 255 | - |
| CMYK | 0.55 | 0.22 | 0 | 0 |
| HSL | 204.26º | 1% | 0.72% | - |
| HSV(B) | 204.26º | 0.55% | 1% | - |
| XYZ | 45.18 | 51.19 | 102.11 | - |
| YUV | 179.38 | 170.67 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 198 | 255 | 0.55 | 0.22 | 0 | 0 | 204.26 | 1 | 0.72 |
| Hex | 72 | C6 | FF | 37 | 16 | 0 | 0 | CC | 64 | 48 |
| Octal | 162 | 306 | 377 | 67 | 26 | 0 | 0 | 314 | 144 | 110 |
| Binary | 1110010 | 11000110 | 11111111 | 110111 | 10110 | 0 | 0 | 11001100 | 1100100 | 1001000 |
Color Harmonies of #72C6FF
Complementary color
Monochromatic Colors of #72C6FF
Black with #72C6FF
Text Example
Text Example
White with #72C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C6FF; }
p { color: rgb(114,198,255); }
H1.HeaderClassName
{
color: #72C6FF;
}
.AnyTagClassName
{
color: #72C6FF;
}
</style>
background-color css
<style>
a { background-color: #72C6FF; }
a { background-color: rgb(114,198,255); }
div.DivClassName
{
background-color: #72C6FF;
}
.BgClassName
{
background-color: #72C6FF;
}
</style>
border-color css
<style>
span { border-color: #72C6FF; }
span { border-color: rgb(114,198,255); }
td.TdClassName
{
border-color: #72C6FF;
}
.TagClassName
{
border-color: #72C6FF;
}
</style>