Shades of Maya Blue #7BC0FA
Tints of Maya Blue #7BC0FA
RGB
CMYK
RGB Variations
Color information
#7BC0FA (or 0x7BC0FA) is known color: Maya Blue. HEX triplet: 7B, C0 and FA. RGB value is (123,192,250). Sum of RGB (Red+Green+Blue) = 123+192+250=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #7BC0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BC0FA is #843F05. Grayscale: #B1B1B1. Windows color (decimal): -8666886 or 16433275. OLE color: 16433275.
HSL color Cylindrical-coordinate representation of color #7BC0FA: hue angle of 207.4º 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 #7BC0FA is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 192 | 250 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.02 |
| HSL | 207.4º | 0.93% | 0.73% | - |
| HSV(B) | 207.4º | 0.51% | 0.98% | - |
| XYZ | 44.27 | 48.81 | 97.53 | - |
| YUV | 177.98 | 168.64 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 192 | 250 | 0.51 | 0.23 | 0 | 0.02 | 207.4 | 0.93 | 0.73 |
| Hex | 7B | C0 | FA | 33 | 17 | 0 | 2 | CF | 5D | 49 |
| Octal | 173 | 300 | 372 | 63 | 27 | 0 | 2 | 317 | 135 | 111 |
| Binary | 1111011 | 11000000 | 11111010 | 110011 | 10111 | 0 | 10 | 11001111 | 1011101 | 1001001 |
Color Harmonies of #7BC0FA
Complementary color
Monochromatic Colors of #7BC0FA
Black with #7BC0FA
Text Example
Text Example
White with #7BC0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC0FA; }
p { color: rgb(123,192,250); }
H1.HeaderClassName
{
color: #7BC0FA;
}
.AnyTagClassName
{
color: #7BC0FA;
}
</style>
background-color css
<style>
a { background-color: #7BC0FA; }
a { background-color: rgb(123,192,250); }
div.DivClassName
{
background-color: #7BC0FA;
}
.BgClassName
{
background-color: #7BC0FA;
}
</style>
border-color css
<style>
span { border-color: #7BC0FA; }
span { border-color: rgb(123,192,250); }
td.TdClassName
{
border-color: #7BC0FA;
}
.TagClassName
{
border-color: #7BC0FA;
}
</style>