Shades of Maya Blue #7BC9FA
Tints of Maya Blue #7BC9FA
RGB
CMYK
RGB Variations
Color information
#7BC9FA (or 0x7BC9FA) is known color: Maya Blue. HEX triplet: 7B, C9 and FA. RGB value is (123,201,250). Sum of RGB (Red+Green+Blue) = 123+201+250=574 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.43% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #7BC9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BC9FA is #843605. Grayscale: #B6B6B6. Windows color (decimal): -8664582 or 16435579. OLE color: 16435579.
HSL color Cylindrical-coordinate representation of color #7BC9FA: hue angle of 203.15º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BC9FA is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 201 | 250 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.02 |
| HSL | 203.15º | 0.93% | 0.73% | - |
| HSV(B) | 203.15º | 0.51% | 0.98% | - |
| XYZ | 46.31 | 52.89 | 98.21 | - |
| YUV | 183.26 | 165.66 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 250 | 0.51 | 0.20 | 0 | 0.02 | 203.15 | 0.93 | 0.73 |
| Hex | 7B | C9 | FA | 33 | 14 | 0 | 2 | CB | 5D | 49 |
| Octal | 173 | 311 | 372 | 63 | 24 | 0 | 2 | 313 | 135 | 111 |
| Binary | 1111011 | 11001001 | 11111010 | 110011 | 10100 | 0 | 10 | 11001011 | 1011101 | 1001001 |
Color Harmonies of #7BC9FA
Complementary color
Monochromatic Colors of #7BC9FA
Black with #7BC9FA
Text Example
Text Example
White with #7BC9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC9FA; }
p { color: rgb(123,201,250); }
H1.HeaderClassName
{
color: #7BC9FA;
}
.AnyTagClassName
{
color: #7BC9FA;
}
</style>
background-color css
<style>
a { background-color: #7BC9FA; }
a { background-color: rgb(123,201,250); }
div.DivClassName
{
background-color: #7BC9FA;
}
.BgClassName
{
background-color: #7BC9FA;
}
</style>
border-color css
<style>
span { border-color: #7BC9FA; }
span { border-color: rgb(123,201,250); }
td.TdClassName
{
border-color: #7BC9FA;
}
.TagClassName
{
border-color: #7BC9FA;
}
</style>