Shades of Maya Blue #7CB5FF
Tints of Maya Blue #7CB5FF
RGB
CMYK
RGB Variations
Color information
#7CB5FF (or 0x7CB5FF) is known color: Maya Blue. HEX triplet: 7C, B5 and FF. RGB value is (124,181,255). Sum of RGB (Red+Green+Blue) = 124+181+255=560 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.14% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CB5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CB5FF is #834A00. Grayscale: #ACACAC. Windows color (decimal): -8604161 or 16758140. OLE color: 16758140.
HSL color Cylindrical-coordinate representation of color #7CB5FF: hue angle of 213.89º 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 #7CB5FF is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 181 | 255 | - |
| CMYK | 0.51 | 0.29 | 0 | 0 |
| HSL | 213.89º | 1% | 0.74% | - |
| HSV(B) | 213.89º | 0.51% | 1% | - |
| XYZ | 42.89 | 44.55 | 100.95 | - |
| YUV | 172.39 | 174.62 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 181 | 255 | 0.51 | 0.29 | 0 | 0 | 213.89 | 1 | 0.74 |
| Hex | 7C | B5 | FF | 33 | 1D | 0 | 0 | D6 | 64 | 4A |
| Octal | 174 | 265 | 377 | 63 | 35 | 0 | 0 | 326 | 144 | 112 |
| Binary | 1111100 | 10110101 | 11111111 | 110011 | 11101 | 0 | 0 | 11010110 | 1100100 | 1001010 |
Color Harmonies of #7CB5FF
Complementary color
Monochromatic Colors of #7CB5FF
Black with #7CB5FF
Text Example
Text Example
White with #7CB5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB5FF; }
p { color: rgb(124,181,255); }
H1.HeaderClassName
{
color: #7CB5FF;
}
.AnyTagClassName
{
color: #7CB5FF;
}
</style>
background-color css
<style>
a { background-color: #7CB5FF; }
a { background-color: rgb(124,181,255); }
div.DivClassName
{
background-color: #7CB5FF;
}
.BgClassName
{
background-color: #7CB5FF;
}
</style>
border-color css
<style>
span { border-color: #7CB5FF; }
span { border-color: rgb(124,181,255); }
td.TdClassName
{
border-color: #7CB5FF;
}
.TagClassName
{
border-color: #7CB5FF;
}
</style>