Shades of Maya Blue #7BBFEB
Tints of Maya Blue #7BBFEB
RGB
CMYK
RGB Variations
Color information
#7BBFEB (or 0x7BBFEB) is known color: Maya Blue. HEX triplet: 7B, BF and EB. RGB value is (123,191,235). Sum of RGB (Red+Green+Blue) = 123+191+235=549 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.40% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #7BBFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBFEB is #844014. Grayscale: #AFAFAF. Windows color (decimal): -8667157 or 15449979. OLE color: 15449979.
HSL color Cylindrical-coordinate representation of color #7BBFEB: hue angle of 203.57º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BBFEB is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 191 | 235 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.08 |
| HSL | 203.57º | 0.74% | 0.7% | - |
| HSV(B) | 203.57º | 0.48% | 0.92% | - |
| XYZ | 41.79 | 47.47 | 85.56 | - |
| YUV | 175.68 | 161.47 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 191 | 235 | 0.48 | 0.19 | 0 | 0.08 | 203.57 | 0.74 | 0.7 |
| Hex | 7B | BF | EB | 30 | 13 | 0 | 8 | CC | 4A | 46 |
| Octal | 173 | 277 | 353 | 60 | 23 | 0 | 10 | 314 | 112 | 106 |
| Binary | 1111011 | 10111111 | 11101011 | 110000 | 10011 | 0 | 1000 | 11001100 | 1001010 | 1000110 |
Color Harmonies of #7BBFEB
Complementary color
Monochromatic Colors of #7BBFEB
Black with #7BBFEB
Text Example
Text Example
White with #7BBFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBFEB; }
p { color: rgb(123,191,235); }
H1.HeaderClassName
{
color: #7BBFEB;
}
.AnyTagClassName
{
color: #7BBFEB;
}
</style>
background-color css
<style>
a { background-color: #7BBFEB; }
a { background-color: rgb(123,191,235); }
div.DivClassName
{
background-color: #7BBFEB;
}
.BgClassName
{
background-color: #7BBFEB;
}
</style>
border-color css
<style>
span { border-color: #7BBFEB; }
span { border-color: rgb(123,191,235); }
td.TdClassName
{
border-color: #7BBFEB;
}
.TagClassName
{
border-color: #7BBFEB;
}
</style>