Shades of Maya Blue #7BB9EF
Tints of Maya Blue #7BB9EF
RGB
CMYK
RGB Variations
Color information
#7BB9EF (or 0x7BB9EF) is known color: Maya Blue. HEX triplet: 7B, B9 and EF. RGB value is (123,185,239). Sum of RGB (Red+Green+Blue) = 123+185+239=547 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.49% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BB9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BB9EF is #844610. Grayscale: #ACACAC. Windows color (decimal): -8668689 or 15710587. OLE color: 15710587.
HSL color Cylindrical-coordinate representation of color #7BB9EF: hue angle of 207.93º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BB9EF is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 185 | 239 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.06 |
| HSL | 207.93º | 0.78% | 0.71% | - |
| HSV(B) | 207.93º | 0.49% | 0.94% | - |
| XYZ | 41.1 | 45.14 | 88.21 | - |
| YUV | 172.62 | 165.46 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 185 | 239 | 0.49 | 0.23 | 0 | 0.06 | 207.93 | 0.78 | 0.71 |
| Hex | 7B | B9 | EF | 31 | 17 | 0 | 6 | D0 | 4E | 47 |
| Octal | 173 | 271 | 357 | 61 | 27 | 0 | 6 | 320 | 116 | 107 |
| Binary | 1111011 | 10111001 | 11101111 | 110001 | 10111 | 0 | 110 | 11010000 | 1001110 | 1000111 |
Color Harmonies of #7BB9EF
Complementary color
Monochromatic Colors of #7BB9EF
Black with #7BB9EF
Text Example
Text Example
White with #7BB9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB9EF; }
p { color: rgb(123,185,239); }
H1.HeaderClassName
{
color: #7BB9EF;
}
.AnyTagClassName
{
color: #7BB9EF;
}
</style>
background-color css
<style>
a { background-color: #7BB9EF; }
a { background-color: rgb(123,185,239); }
div.DivClassName
{
background-color: #7BB9EF;
}
.BgClassName
{
background-color: #7BB9EF;
}
</style>
border-color css
<style>
span { border-color: #7BB9EF; }
span { border-color: rgb(123,185,239); }
td.TdClassName
{
border-color: #7BB9EF;
}
.TagClassName
{
border-color: #7BB9EF;
}
</style>