Shades of Maya Blue #7BC2FB
Tints of Maya Blue #7BC2FB
RGB
CMYK
RGB Variations
Color information
#7BC2FB (or 0x7BC2FB) is known color: Maya Blue. HEX triplet: 7B, C2 and FB. RGB value is (123,194,251). Sum of RGB (Red+Green+Blue) = 123+194+251=568 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.65% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #7BC2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BC2FB is #843D04. Grayscale: #B2B2B2. Windows color (decimal): -8666373 or 16499323. OLE color: 16499323.
HSL color Cylindrical-coordinate representation of color #7BC2FB: hue angle of 206.72º degrees, saturation: 0.94, 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 #7BC2FB is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 194 | 251 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.02 |
| HSL | 206.72º | 0.94% | 0.73% | - |
| HSV(B) | 206.72º | 0.51% | 0.98% | - |
| XYZ | 44.87 | 49.76 | 98.51 | - |
| YUV | 179.27 | 168.48 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 194 | 251 | 0.51 | 0.23 | 0 | 0.02 | 206.72 | 0.94 | 0.73 |
| Hex | 7B | C2 | FB | 33 | 17 | 0 | 2 | CF | 5E | 49 |
| Octal | 173 | 302 | 373 | 63 | 27 | 0 | 2 | 317 | 136 | 111 |
| Binary | 1111011 | 11000010 | 11111011 | 110011 | 10111 | 0 | 10 | 11001111 | 1011110 | 1001001 |
Color Harmonies of #7BC2FB
Complementary color
Monochromatic Colors of #7BC2FB
Black with #7BC2FB
Text Example
Text Example
White with #7BC2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC2FB; }
p { color: rgb(123,194,251); }
H1.HeaderClassName
{
color: #7BC2FB;
}
.AnyTagClassName
{
color: #7BC2FB;
}
</style>
background-color css
<style>
a { background-color: #7BC2FB; }
a { background-color: rgb(123,194,251); }
div.DivClassName
{
background-color: #7BC2FB;
}
.BgClassName
{
background-color: #7BC2FB;
}
</style>
border-color css
<style>
span { border-color: #7BC2FB; }
span { border-color: rgb(123,194,251); }
td.TdClassName
{
border-color: #7BC2FB;
}
.TagClassName
{
border-color: #7BC2FB;
}
</style>