Shades of Maya Blue #7BC3FE
Tints of Maya Blue #7BC3FE
RGB
CMYK
RGB Variations
Color information
#7BC3FE (or 0x7BC3FE) is known color: Maya Blue. HEX triplet: 7B, C3 and FE. RGB value is (123,195,254). Sum of RGB (Red+Green+Blue) = 123+195+254=572 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.50% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BC3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BC3FE is #843C01. Grayscale: #B3B3B3. Windows color (decimal): -8666114 or 16696187. OLE color: 16696187.
HSL color Cylindrical-coordinate representation of color #7BC3FE: hue angle of 207.02º 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 #7BC3FE is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 195 | 254 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.00 |
| HSL | 207.02º | 0.98% | 0.74% | - |
| HSV(B) | 207.02º | 0.52% | 1% | - |
| XYZ | 45.57 | 50.4 | 101.09 | - |
| YUV | 180.2 | 169.65 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 195 | 254 | 0.52 | 0.23 | 0 | 0.00 | 207.02 | 0.98 | 0.74 |
| Hex | 7B | C3 | FE | 34 | 17 | 0 | 0 | CF | 62 | 4A |
| Octal | 173 | 303 | 376 | 64 | 27 | 0 | 0 | 317 | 142 | 112 |
| Binary | 1111011 | 11000011 | 11111110 | 110100 | 10111 | 0 | 0 | 11001111 | 1100010 | 1001010 |
Color Harmonies of #7BC3FE
Complementary color
Monochromatic Colors of #7BC3FE
Black with #7BC3FE
Text Example
Text Example
White with #7BC3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC3FE; }
p { color: rgb(123,195,254); }
H1.HeaderClassName
{
color: #7BC3FE;
}
.AnyTagClassName
{
color: #7BC3FE;
}
</style>
background-color css
<style>
a { background-color: #7BC3FE; }
a { background-color: rgb(123,195,254); }
div.DivClassName
{
background-color: #7BC3FE;
}
.BgClassName
{
background-color: #7BC3FE;
}
</style>
border-color css
<style>
span { border-color: #7BC3FE; }
span { border-color: rgb(123,195,254); }
td.TdClassName
{
border-color: #7BC3FE;
}
.TagClassName
{
border-color: #7BC3FE;
}
</style>