Shades of Maya Blue #7BBCEA
Tints of Maya Blue #7BBCEA
RGB
CMYK
RGB Variations
Color information
#7BBCEA (or 0x7BBCEA) is known color: Maya Blue. HEX triplet: 7B, BC and EA. RGB value is (123,188,234). Sum of RGB (Red+Green+Blue) = 123+188+234=545 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.57% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #7BBCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBCEA is #844315. Grayscale: #ADADAD. Windows color (decimal): -8667926 or 15383675. OLE color: 15383675.
HSL color Cylindrical-coordinate representation of color #7BBCEA: hue angle of 204.86º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BBCEA is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 188 | 234 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.08 |
| HSL | 204.86º | 0.73% | 0.7% | - |
| HSV(B) | 204.86º | 0.47% | 0.92% | - |
| XYZ | 41 | 46.12 | 84.58 | - |
| YUV | 173.81 | 161.97 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 234 | 0.47 | 0.20 | 0 | 0.08 | 204.86 | 0.73 | 0.7 |
| Hex | 7B | BC | EA | 2F | 14 | 0 | 8 | CD | 49 | 46 |
| Octal | 173 | 274 | 352 | 57 | 24 | 0 | 10 | 315 | 111 | 106 |
| Binary | 1111011 | 10111100 | 11101010 | 101111 | 10100 | 0 | 1000 | 11001101 | 1001001 | 1000110 |
Color Harmonies of #7BBCEA
Complementary color
Monochromatic Colors of #7BBCEA
Black with #7BBCEA
Text Example
Text Example
White with #7BBCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBCEA; }
p { color: rgb(123,188,234); }
H1.HeaderClassName
{
color: #7BBCEA;
}
.AnyTagClassName
{
color: #7BBCEA;
}
</style>
background-color css
<style>
a { background-color: #7BBCEA; }
a { background-color: rgb(123,188,234); }
div.DivClassName
{
background-color: #7BBCEA;
}
.BgClassName
{
background-color: #7BBCEA;
}
</style>
border-color css
<style>
span { border-color: #7BBCEA; }
span { border-color: rgb(123,188,234); }
td.TdClassName
{
border-color: #7BBCEA;
}
.TagClassName
{
border-color: #7BBCEA;
}
</style>