Shades of Maya Blue #7CB2FF
Tints of Maya Blue #7CB2FF
RGB
CMYK
RGB Variations
Color information
#7CB2FF (or 0x7CB2FF) is known color: Maya Blue. HEX triplet: 7C, B2 and FF. RGB value is (124,178,255). Sum of RGB (Red+Green+Blue) = 124+178+255=557 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.26% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CB2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CB2FF is #834D00. Grayscale: #AAAAAA. Windows color (decimal): -8604929 or 16757372. OLE color: 16757372.
HSL color Cylindrical-coordinate representation of color #7CB2FF: hue angle of 215.27º 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 #7CB2FF is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 178 | 255 | - |
| CMYK | 0.51 | 0.30 | 0 | 0 |
| HSL | 215.27º | 1% | 0.74% | - |
| HSV(B) | 215.27º | 0.51% | 1% | - |
| XYZ | 42.28 | 43.35 | 100.75 | - |
| YUV | 170.63 | 175.61 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 178 | 255 | 0.51 | 0.30 | 0 | 0 | 215.27 | 1 | 0.74 |
| Hex | 7C | B2 | FF | 33 | 1E | 0 | 0 | D7 | 64 | 4A |
| Octal | 174 | 262 | 377 | 63 | 36 | 0 | 0 | 327 | 144 | 112 |
| Binary | 1111100 | 10110010 | 11111111 | 110011 | 11110 | 0 | 0 | 11010111 | 1100100 | 1001010 |
Color Harmonies of #7CB2FF
Complementary color
Monochromatic Colors of #7CB2FF
Black with #7CB2FF
Text Example
Text Example
White with #7CB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB2FF; }
p { color: rgb(124,178,255); }
H1.HeaderClassName
{
color: #7CB2FF;
}
.AnyTagClassName
{
color: #7CB2FF;
}
</style>
background-color css
<style>
a { background-color: #7CB2FF; }
a { background-color: rgb(124,178,255); }
div.DivClassName
{
background-color: #7CB2FF;
}
.BgClassName
{
background-color: #7CB2FF;
}
</style>
border-color css
<style>
span { border-color: #7CB2FF; }
span { border-color: rgb(124,178,255); }
td.TdClassName
{
border-color: #7CB2FF;
}
.TagClassName
{
border-color: #7CB2FF;
}
</style>