Shades of Maya Blue #7CB0FE
Tints of Maya Blue #7CB0FE
RGB
CMYK
RGB Variations
Color information
#7CB0FE (or 0x7CB0FE) is known color: Maya Blue. HEX triplet: 7C, B0 and FE. RGB value is (124,176,254). Sum of RGB (Red+Green+Blue) = 124+176+254=554 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.38% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #7CB0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CB0FE is #834F01. Grayscale: #A8A8A8. Windows color (decimal): -8605442 or 16691324. OLE color: 16691324.
HSL color Cylindrical-coordinate representation of color #7CB0FE: hue angle of 216º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CB0FE is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 176 | 254 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.00 |
| HSL | 216º | 0.98% | 0.74% | - |
| HSV(B) | 216º | 0.51% | 1% | - |
| XYZ | 41.73 | 42.49 | 99.77 | - |
| YUV | 169.34 | 175.77 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 176 | 254 | 0.51 | 0.31 | 0 | 0.00 | 216 | 0.98 | 0.74 |
| Hex | 7C | B0 | FE | 33 | 1F | 0 | 0 | D8 | 62 | 4A |
| Octal | 174 | 260 | 376 | 63 | 37 | 0 | 0 | 330 | 142 | 112 |
| Binary | 1111100 | 10110000 | 11111110 | 110011 | 11111 | 0 | 0 | 11011000 | 1100010 | 1001010 |
Color Harmonies of #7CB0FE
Complementary color
Monochromatic Colors of #7CB0FE
Black with #7CB0FE
Text Example
Text Example
White with #7CB0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB0FE; }
p { color: rgb(124,176,254); }
H1.HeaderClassName
{
color: #7CB0FE;
}
.AnyTagClassName
{
color: #7CB0FE;
}
</style>
background-color css
<style>
a { background-color: #7CB0FE; }
a { background-color: rgb(124,176,254); }
div.DivClassName
{
background-color: #7CB0FE;
}
.BgClassName
{
background-color: #7CB0FE;
}
</style>
border-color css
<style>
span { border-color: #7CB0FE; }
span { border-color: rgb(124,176,254); }
td.TdClassName
{
border-color: #7CB0FE;
}
.TagClassName
{
border-color: #7CB0FE;
}
</style>