Shades of Maya Blue #7FADFE
Tints of Maya Blue #7FADFE
RGB
CMYK
RGB Variations
Color information
#7FADFE (or 0x7FADFE) is known color: Maya Blue. HEX triplet: 7F, AD and FE. RGB value is (127,173,254). Sum of RGB (Red+Green+Blue) = 127+173+254=554 (73% of max value = 765). Red value is 127 (50% from 255 or 22.92% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FADFE is #805201. Grayscale: #A8A8A8. Windows color (decimal): -8409602 or 16690559. OLE color: 16690559.
HSL color Cylindrical-coordinate representation of color #7FADFE: hue angle of 218.27º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FADFE is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 173 | 254 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.00 |
| HSL | 218.27º | 0.98% | 0.75% | - |
| HSV(B) | 218.27º | 0.5% | 1% | - |
| XYZ | 41.59 | 41.55 | 99.6 | - |
| YUV | 168.48 | 176.26 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 254 | 0.50 | 0.32 | 0 | 0.00 | 218.27 | 0.98 | 0.75 |
| Hex | 7F | AD | FE | 32 | 20 | 0 | 0 | DA | 62 | 4B |
| Octal | 177 | 255 | 376 | 62 | 40 | 0 | 0 | 332 | 142 | 113 |
| Binary | 1111111 | 10101101 | 11111110 | 110010 | 100000 | 0 | 0 | 11011010 | 1100010 | 1001011 |
Color Harmonies of #7FADFE
Complementary color
Monochromatic Colors of #7FADFE
Black with #7FADFE
Text Example
Text Example
White with #7FADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FADFE; }
p { color: rgb(127,173,254); }
H1.HeaderClassName
{
color: #7FADFE;
}
.AnyTagClassName
{
color: #7FADFE;
}
</style>
background-color css
<style>
a { background-color: #7FADFE; }
a { background-color: rgb(127,173,254); }
div.DivClassName
{
background-color: #7FADFE;
}
.BgClassName
{
background-color: #7FADFE;
}
</style>
border-color css
<style>
span { border-color: #7FADFE; }
span { border-color: rgb(127,173,254); }
td.TdClassName
{
border-color: #7FADFE;
}
.TagClassName
{
border-color: #7FADFE;
}
</style>