Shades of Maya Blue #7FADFF
Tints of Maya Blue #7FADFF
RGB
CMYK
RGB Variations
Color information
#7FADFF (or 0x7FADFF) is known color: Maya Blue. HEX triplet: 7F, AD and FF. RGB value is (127,173,255). Sum of RGB (Red+Green+Blue) = 127+173+255=555 (73% of max value = 765). Red value is 127 (50% from 255 or 22.88% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FADFF is #805200. Grayscale: #A8A8A8. Windows color (decimal): -8409601 or 16756095. OLE color: 16756095.
HSL color Cylindrical-coordinate representation of color #7FADFF: hue angle of 218.44º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FADFF is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 173 | 255 | - |
| CMYK | 0.50 | 0.32 | 0 | 0 |
| HSL | 218.44º | 1% | 0.75% | - |
| HSV(B) | 218.44º | 0.5% | 1% | - |
| XYZ | 41.75 | 41.62 | 100.44 | - |
| YUV | 168.59 | 176.76 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 255 | 0.50 | 0.32 | 0 | 0 | 218.44 | 1 | 0.75 |
| Hex | 7F | AD | FF | 32 | 20 | 0 | 0 | DA | 64 | 4B |
| Octal | 177 | 255 | 377 | 62 | 40 | 0 | 0 | 332 | 144 | 113 |
| Binary | 1111111 | 10101101 | 11111111 | 110010 | 100000 | 0 | 0 | 11011010 | 1100100 | 1001011 |
Color Harmonies of #7FADFF
Complementary color
Monochromatic Colors of #7FADFF
Black with #7FADFF
Text Example
Text Example
White with #7FADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FADFF; }
p { color: rgb(127,173,255); }
H1.HeaderClassName
{
color: #7FADFF;
}
.AnyTagClassName
{
color: #7FADFF;
}
</style>
background-color css
<style>
a { background-color: #7FADFF; }
a { background-color: rgb(127,173,255); }
div.DivClassName
{
background-color: #7FADFF;
}
.BgClassName
{
background-color: #7FADFF;
}
</style>
border-color css
<style>
span { border-color: #7FADFF; }
span { border-color: rgb(127,173,255); }
td.TdClassName
{
border-color: #7FADFF;
}
.TagClassName
{
border-color: #7FADFF;
}
</style>