Shades of Maya Blue #7CBBFF
Tints of Maya Blue #7CBBFF
RGB
CMYK
RGB Variations
Color information
#7CBBFF (or 0x7CBBFF) is known color: Maya Blue. HEX triplet: 7C, BB and FF. RGB value is (124,187,255). Sum of RGB (Red+Green+Blue) = 124+187+255=566 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.91% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CBBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CBBFF is #834400. Grayscale: #AFAFAF. Windows color (decimal): -8602625 or 16759676. OLE color: 16759676.
HSL color Cylindrical-coordinate representation of color #7CBBFF: hue angle of 211.15º 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 #7CBBFF is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 187 | 255 | - |
| CMYK | 0.51 | 0.27 | 0 | 0 |
| HSL | 211.15º | 1% | 0.74% | - |
| HSV(B) | 211.15º | 0.51% | 1% | - |
| XYZ | 44.13 | 47.05 | 101.36 | - |
| YUV | 175.92 | 172.63 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 255 | 0.51 | 0.27 | 0 | 0 | 211.15 | 1 | 0.74 |
| Hex | 7C | BB | FF | 33 | 1B | 0 | 0 | D3 | 64 | 4A |
| Octal | 174 | 273 | 377 | 63 | 33 | 0 | 0 | 323 | 144 | 112 |
| Binary | 1111100 | 10111011 | 11111111 | 110011 | 11011 | 0 | 0 | 11010011 | 1100100 | 1001010 |
Color Harmonies of #7CBBFF
Complementary color
Monochromatic Colors of #7CBBFF
Black with #7CBBFF
Text Example
Text Example
White with #7CBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBBFF; }
p { color: rgb(124,187,255); }
H1.HeaderClassName
{
color: #7CBBFF;
}
.AnyTagClassName
{
color: #7CBBFF;
}
</style>
background-color css
<style>
a { background-color: #7CBBFF; }
a { background-color: rgb(124,187,255); }
div.DivClassName
{
background-color: #7CBBFF;
}
.BgClassName
{
background-color: #7CBBFF;
}
</style>
border-color css
<style>
span { border-color: #7CBBFF; }
span { border-color: rgb(124,187,255); }
td.TdClassName
{
border-color: #7CBBFF;
}
.TagClassName
{
border-color: #7CBBFF;
}
</style>