Shades of Maya Blue #7CBAFF
Tints of Maya Blue #7CBAFF
RGB
CMYK
RGB Variations
Color information
#7CBAFF (or 0x7CBAFF) is known color: Maya Blue. HEX triplet: 7C, BA and FF. RGB value is (124,186,255). Sum of RGB (Red+Green+Blue) = 124+186+255=565 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.95% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CBAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CBAFF is #834500. Grayscale: #AEAEAE. Windows color (decimal): -8602881 or 16759420. OLE color: 16759420.
HSL color Cylindrical-coordinate representation of color #7CBAFF: hue angle of 211.6º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CBAFF is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 186 | 255 | - |
| CMYK | 0.51 | 0.27 | 0 | 0 |
| HSL | 211.6º | 1% | 0.74% | - |
| HSV(B) | 211.6º | 0.51% | 1% | - |
| XYZ | 43.92 | 46.62 | 101.29 | - |
| YUV | 175.33 | 172.96 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 255 | 0.51 | 0.27 | 0 | 0 | 211.6 | 1 | 0.74 |
| Hex | 7C | BA | FF | 33 | 1B | 0 | 0 | D4 | 64 | 4A |
| Octal | 174 | 272 | 377 | 63 | 33 | 0 | 0 | 324 | 144 | 112 |
| Binary | 1111100 | 10111010 | 11111111 | 110011 | 11011 | 0 | 0 | 11010100 | 1100100 | 1001010 |
Color Harmonies of #7CBAFF
Complementary color
Monochromatic Colors of #7CBAFF
Black with #7CBAFF
Text Example
Text Example
White with #7CBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBAFF; }
p { color: rgb(124,186,255); }
H1.HeaderClassName
{
color: #7CBAFF;
}
.AnyTagClassName
{
color: #7CBAFF;
}
</style>
background-color css
<style>
a { background-color: #7CBAFF; }
a { background-color: rgb(124,186,255); }
div.DivClassName
{
background-color: #7CBAFF;
}
.BgClassName
{
background-color: #7CBAFF;
}
</style>
border-color css
<style>
span { border-color: #7CBAFF; }
span { border-color: rgb(124,186,255); }
td.TdClassName
{
border-color: #7CBAFF;
}
.TagClassName
{
border-color: #7CBAFF;
}
</style>