Shades of Maya Blue #7BBEFE
Tints of Maya Blue #7BBEFE
RGB
CMYK
RGB Variations
Color information
#7BBEFE (or 0x7BBEFE) is known color: Maya Blue. HEX triplet: 7B, BE and FE. RGB value is (123,190,254). Sum of RGB (Red+Green+Blue) = 123+190+254=567 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.69% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BBEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBEFE is #844101. Grayscale: #B0B0B0. Windows color (decimal): -8667394 or 16694907. OLE color: 16694907.
HSL color Cylindrical-coordinate representation of color #7BBEFE: hue angle of 209.31º 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 #7BBEFE is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 190 | 254 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.00 |
| HSL | 209.31º | 0.98% | 0.74% | - |
| HSV(B) | 209.31º | 0.52% | 1% | - |
| XYZ | 44.47 | 48.19 | 100.72 | - |
| YUV | 177.26 | 171.3 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 254 | 0.52 | 0.25 | 0 | 0.00 | 209.31 | 0.98 | 0.74 |
| Hex | 7B | BE | FE | 34 | 19 | 0 | 0 | D1 | 62 | 4A |
| Octal | 173 | 276 | 376 | 64 | 31 | 0 | 0 | 321 | 142 | 112 |
| Binary | 1111011 | 10111110 | 11111110 | 110100 | 11001 | 0 | 0 | 11010001 | 1100010 | 1001010 |
Color Harmonies of #7BBEFE
Complementary color
Monochromatic Colors of #7BBEFE
Black with #7BBEFE
Text Example
Text Example
White with #7BBEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBEFE; }
p { color: rgb(123,190,254); }
H1.HeaderClassName
{
color: #7BBEFE;
}
.AnyTagClassName
{
color: #7BBEFE;
}
</style>
background-color css
<style>
a { background-color: #7BBEFE; }
a { background-color: rgb(123,190,254); }
div.DivClassName
{
background-color: #7BBEFE;
}
.BgClassName
{
background-color: #7BBEFE;
}
</style>
border-color css
<style>
span { border-color: #7BBEFE; }
span { border-color: rgb(123,190,254); }
td.TdClassName
{
border-color: #7BBEFE;
}
.TagClassName
{
border-color: #7BBEFE;
}
</style>