Shades of Maya Blue #72ADFF
Tints of Maya Blue #72ADFF
RGB
CMYK
RGB Variations
Color information
#72ADFF (or 0x72ADFF) is known color: Maya Blue. HEX triplet: 72, AD and FF. RGB value is (114,173,255). Sum of RGB (Red+Green+Blue) = 114+173+255=542 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.03% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #72ADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72ADFF is #8D5200. Grayscale: #A4A4A4. Windows color (decimal): -9261569 or 16756082. OLE color: 16756082.
HSL color Cylindrical-coordinate representation of color #72ADFF: hue angle of 214.89º 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 #72ADFF is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 173 | 255 | - |
| CMYK | 0.55 | 0.32 | 0 | 0 |
| HSL | 214.89º | 1% | 0.72% | - |
| HSV(B) | 214.89º | 0.55% | 1% | - |
| XYZ | 39.93 | 40.68 | 100.36 | - |
| YUV | 164.71 | 178.95 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 255 | 0.55 | 0.32 | 0 | 0 | 214.89 | 1 | 0.72 |
| Hex | 72 | AD | FF | 37 | 20 | 0 | 0 | D7 | 64 | 48 |
| Octal | 162 | 255 | 377 | 67 | 40 | 0 | 0 | 327 | 144 | 110 |
| Binary | 1110010 | 10101101 | 11111111 | 110111 | 100000 | 0 | 0 | 11010111 | 1100100 | 1001000 |
Color Harmonies of #72ADFF
Complementary color
Monochromatic Colors of #72ADFF
Black with #72ADFF
Text Example
Text Example
White with #72ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ADFF; }
p { color: rgb(114,173,255); }
H1.HeaderClassName
{
color: #72ADFF;
}
.AnyTagClassName
{
color: #72ADFF;
}
</style>
background-color css
<style>
a { background-color: #72ADFF; }
a { background-color: rgb(114,173,255); }
div.DivClassName
{
background-color: #72ADFF;
}
.BgClassName
{
background-color: #72ADFF;
}
</style>
border-color css
<style>
span { border-color: #72ADFF; }
span { border-color: rgb(114,173,255); }
td.TdClassName
{
border-color: #72ADFF;
}
.TagClassName
{
border-color: #72ADFF;
}
</style>