Shades of Maya Blue #7FB9F8
Tints of Maya Blue #7FB9F8
RGB
CMYK
RGB Variations
Color information
#7FB9F8 (or 0x7FB9F8) is known color: Maya Blue. HEX triplet: 7F, B9 and F8. RGB value is (127,185,248). Sum of RGB (Red+Green+Blue) = 127+185+248=560 (74% of max value = 765). Red value is 127 (50% from 255 or 22.68% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 248 - color contains mainly: blue. Hex color #7FB9F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FB9F8 is #804607. Grayscale: #AEAEAE. Windows color (decimal): -8406536 or 16300415. OLE color: 16300415.
HSL color Cylindrical-coordinate representation of color #7FB9F8: hue angle of 211.24º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FB9F8 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 127 | 185 | 248 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.03 |
| HSL | 211.24º | 0.9% | 0.74% | - |
| HSV(B) | 211.24º | 0.49% | 0.97% | - |
| XYZ | 43.04 | 45.99 | 95.41 | - |
| YUV | 174.84 | 169.28 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 185 | 248 | 0.49 | 0.25 | 0 | 0.03 | 211.24 | 0.9 | 0.74 |
| Hex | 7F | B9 | F8 | 31 | 19 | 0 | 3 | D3 | 5A | 4A |
| Octal | 177 | 271 | 370 | 61 | 31 | 0 | 3 | 323 | 132 | 112 |
| Binary | 1111111 | 10111001 | 11111000 | 110001 | 11001 | 0 | 11 | 11010011 | 1011010 | 1001010 |
Color Harmonies of #7FB9F8
Complementary color
Monochromatic Colors of #7FB9F8
Black with #7FB9F8
Text Example
Text Example
White with #7FB9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB9F8; }
p { color: rgb(127,185,248); }
H1.HeaderClassName
{
color: #7FB9F8;
}
.AnyTagClassName
{
color: #7FB9F8;
}
</style>
background-color css
<style>
a { background-color: #7FB9F8; }
a { background-color: rgb(127,185,248); }
div.DivClassName
{
background-color: #7FB9F8;
}
.BgClassName
{
background-color: #7FB9F8;
}
</style>
border-color css
<style>
span { border-color: #7FB9F8; }
span { border-color: rgb(127,185,248); }
td.TdClassName
{
border-color: #7FB9F8;
}
.TagClassName
{
border-color: #7FB9F8;
}
</style>