Shades of Maya Blue #7CB3FF
Tints of Maya Blue #7CB3FF
RGB
CMYK
RGB Variations
Color information
#7CB3FF (or 0x7CB3FF) is known color: Maya Blue. HEX triplet: 7C, B3 and FF. RGB value is (124,179,255). Sum of RGB (Red+Green+Blue) = 124+179+255=558 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.22% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CB3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CB3FF is #834C00. Grayscale: #AAAAAA. Windows color (decimal): -8604673 or 16757628. OLE color: 16757628.
HSL color Cylindrical-coordinate representation of color #7CB3FF: hue angle of 214.81º 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 #7CB3FF is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 179 | 255 | - |
| CMYK | 0.51 | 0.30 | 0 | 0 |
| HSL | 214.81º | 1% | 0.74% | - |
| HSV(B) | 214.81º | 0.51% | 1% | - |
| XYZ | 42.48 | 43.75 | 100.81 | - |
| YUV | 171.22 | 175.28 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 179 | 255 | 0.51 | 0.30 | 0 | 0 | 214.81 | 1 | 0.74 |
| Hex | 7C | B3 | FF | 33 | 1E | 0 | 0 | D7 | 64 | 4A |
| Octal | 174 | 263 | 377 | 63 | 36 | 0 | 0 | 327 | 144 | 112 |
| Binary | 1111100 | 10110011 | 11111111 | 110011 | 11110 | 0 | 0 | 11010111 | 1100100 | 1001010 |
Color Harmonies of #7CB3FF
Complementary color
Monochromatic Colors of #7CB3FF
Black with #7CB3FF
Text Example
Text Example
White with #7CB3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB3FF; }
p { color: rgb(124,179,255); }
H1.HeaderClassName
{
color: #7CB3FF;
}
.AnyTagClassName
{
color: #7CB3FF;
}
</style>
background-color css
<style>
a { background-color: #7CB3FF; }
a { background-color: rgb(124,179,255); }
div.DivClassName
{
background-color: #7CB3FF;
}
.BgClassName
{
background-color: #7CB3FF;
}
</style>
border-color css
<style>
span { border-color: #7CB3FF; }
span { border-color: rgb(124,179,255); }
td.TdClassName
{
border-color: #7CB3FF;
}
.TagClassName
{
border-color: #7CB3FF;
}
</style>