Shades of Maya Blue #7BC2FE
Tints of Maya Blue #7BC2FE
RGB
CMYK
RGB Variations
Color information
#7BC2FE (or 0x7BC2FE) is known color: Maya Blue. HEX triplet: 7B, C2 and FE. RGB value is (123,194,254). Sum of RGB (Red+Green+Blue) = 123+194+254=571 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.54% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BC2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BC2FE is #843D01. Grayscale: #B3B3B3. Windows color (decimal): -8666370 or 16695931. OLE color: 16695931.
HSL color Cylindrical-coordinate representation of color #7BC2FE: hue angle of 207.48º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BC2FE is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 194 | 254 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.00 |
| HSL | 207.48º | 0.98% | 0.74% | - |
| HSV(B) | 207.48º | 0.52% | 1% | - |
| XYZ | 45.35 | 49.95 | 101.02 | - |
| YUV | 179.61 | 169.98 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 194 | 254 | 0.52 | 0.24 | 0 | 0.00 | 207.48 | 0.98 | 0.74 |
| Hex | 7B | C2 | FE | 34 | 18 | 0 | 0 | CF | 62 | 4A |
| Octal | 173 | 302 | 376 | 64 | 30 | 0 | 0 | 317 | 142 | 112 |
| Binary | 1111011 | 11000010 | 11111110 | 110100 | 11000 | 0 | 0 | 11001111 | 1100010 | 1001010 |
Color Harmonies of #7BC2FE
Complementary color
Monochromatic Colors of #7BC2FE
Black with #7BC2FE
Text Example
Text Example
White with #7BC2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC2FE; }
p { color: rgb(123,194,254); }
H1.HeaderClassName
{
color: #7BC2FE;
}
.AnyTagClassName
{
color: #7BC2FE;
}
</style>
background-color css
<style>
a { background-color: #7BC2FE; }
a { background-color: rgb(123,194,254); }
div.DivClassName
{
background-color: #7BC2FE;
}
.BgClassName
{
background-color: #7BC2FE;
}
</style>
border-color css
<style>
span { border-color: #7BC2FE; }
span { border-color: rgb(123,194,254); }
td.TdClassName
{
border-color: #7BC2FE;
}
.TagClassName
{
border-color: #7BC2FE;
}
</style>