Shades of Maya Blue #7CB7F8
Tints of Maya Blue #7CB7F8
RGB
CMYK
RGB Variations
Color information
#7CB7F8 (or 0x7CB7F8) is known color: Maya Blue. HEX triplet: 7C, B7 and F8. RGB value is (124,183,248). Sum of RGB (Red+Green+Blue) = 124+183+248=555 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.34% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #7CB7F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CB7F8 is #834807. Grayscale: #ACACAC. Windows color (decimal): -8603656 or 16299900. OLE color: 16299900.
HSL color Cylindrical-coordinate representation of color #7CB7F8: hue angle of 211.45º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CB7F8 is Cyan = 0.5, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 124 | 183 | 248 | - |
| CMYK | 0.5 | 0.26 | 0 | 0.03 |
| HSL | 211.45º | 0.9% | 0.73% | - |
| HSV(B) | 211.45º | 0.5% | 0.97% | - |
| XYZ | 42.19 | 44.93 | 95.26 | - |
| YUV | 172.77 | 170.45 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 248 | 0.5 | 0.26 | 0 | 0.03 | 211.45 | 0.9 | 0.73 |
| Hex | 7C | B7 | F8 | 32 | 1A | 0 | 3 | D3 | 5A | 49 |
| Octal | 174 | 267 | 370 | 62 | 32 | 0 | 3 | 323 | 132 | 111 |
| Binary | 1111100 | 10110111 | 11111000 | 110010 | 11010 | 0 | 11 | 11010011 | 1011010 | 1001001 |
Color Harmonies of #7CB7F8
Complementary color
Monochromatic Colors of #7CB7F8
Black with #7CB7F8
Text Example
Text Example
White with #7CB7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB7F8; }
p { color: rgb(124,183,248); }
H1.HeaderClassName
{
color: #7CB7F8;
}
.AnyTagClassName
{
color: #7CB7F8;
}
</style>
background-color css
<style>
a { background-color: #7CB7F8; }
a { background-color: rgb(124,183,248); }
div.DivClassName
{
background-color: #7CB7F8;
}
.BgClassName
{
background-color: #7CB7F8;
}
</style>
border-color css
<style>
span { border-color: #7CB7F8; }
span { border-color: rgb(124,183,248); }
td.TdClassName
{
border-color: #7CB7F8;
}
.TagClassName
{
border-color: #7CB7F8;
}
</style>