Shades of Maya Blue #7CB1FF
Tints of Maya Blue #7CB1FF
RGB
CMYK
RGB Variations
Color information
#7CB1FF (or 0x7CB1FF) is known color: Maya Blue. HEX triplet: 7C, B1 and FF. RGB value is (124,177,255). Sum of RGB (Red+Green+Blue) = 124+177+255=556 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.30% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CB1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CB1FF is #834E00. Grayscale: #A9A9A9. Windows color (decimal): -8605185 or 16757116. OLE color: 16757116.
HSL color Cylindrical-coordinate representation of color #7CB1FF: hue angle of 215.73º 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 #7CB1FF is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 177 | 255 | - |
| CMYK | 0.51 | 0.31 | 0 | 0 |
| HSL | 215.73º | 1% | 0.74% | - |
| HSV(B) | 215.73º | 0.51% | 1% | - |
| XYZ | 42.08 | 42.95 | 100.68 | - |
| YUV | 170.05 | 175.94 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 255 | 0.51 | 0.31 | 0 | 0 | 215.73 | 1 | 0.74 |
| Hex | 7C | B1 | FF | 33 | 1F | 0 | 0 | D8 | 64 | 4A |
| Octal | 174 | 261 | 377 | 63 | 37 | 0 | 0 | 330 | 144 | 112 |
| Binary | 1111100 | 10110001 | 11111111 | 110011 | 11111 | 0 | 0 | 11011000 | 1100100 | 1001010 |
Color Harmonies of #7CB1FF
Complementary color
Monochromatic Colors of #7CB1FF
Black with #7CB1FF
Text Example
Text Example
White with #7CB1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB1FF; }
p { color: rgb(124,177,255); }
H1.HeaderClassName
{
color: #7CB1FF;
}
.AnyTagClassName
{
color: #7CB1FF;
}
</style>
background-color css
<style>
a { background-color: #7CB1FF; }
a { background-color: rgb(124,177,255); }
div.DivClassName
{
background-color: #7CB1FF;
}
.BgClassName
{
background-color: #7CB1FF;
}
</style>
border-color css
<style>
span { border-color: #7CB1FF; }
span { border-color: rgb(124,177,255); }
td.TdClassName
{
border-color: #7CB1FF;
}
.TagClassName
{
border-color: #7CB1FF;
}
</style>