Shades of Maya Blue #7BBBFF
Tints of Maya Blue #7BBBFF
RGB
CMYK
RGB Variations
Color information
#7BBBFF (or 0x7BBBFF) is known color: Maya Blue. HEX triplet: 7B, BB and FF. RGB value is (123,187,255). Sum of RGB (Red+Green+Blue) = 123+187+255=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BBBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBBFF is #844400. Grayscale: #AFAFAF. Windows color (decimal): -8668161 or 16759675. OLE color: 16759675.
HSL color Cylindrical-coordinate representation of color #7BBBFF: hue angle of 210.91º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BBBFF is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 187 | 255 | - |
| CMYK | 0.52 | 0.27 | 0 | 0 |
| HSL | 210.91º | 1% | 0.74% | - |
| HSV(B) | 210.91º | 0.52% | 1% | - |
| XYZ | 43.99 | 46.97 | 101.36 | - |
| YUV | 175.62 | 172.8 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 187 | 255 | 0.52 | 0.27 | 0 | 0 | 210.91 | 1 | 0.74 |
| Hex | 7B | BB | FF | 34 | 1B | 0 | 0 | D3 | 64 | 4A |
| Octal | 173 | 273 | 377 | 64 | 33 | 0 | 0 | 323 | 144 | 112 |
| Binary | 1111011 | 10111011 | 11111111 | 110100 | 11011 | 0 | 0 | 11010011 | 1100100 | 1001010 |
Color Harmonies of #7BBBFF
Complementary color
Monochromatic Colors of #7BBBFF
Black with #7BBBFF
Text Example
Text Example
White with #7BBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBBFF; }
p { color: rgb(123,187,255); }
H1.HeaderClassName
{
color: #7BBBFF;
}
.AnyTagClassName
{
color: #7BBBFF;
}
</style>
background-color css
<style>
a { background-color: #7BBBFF; }
a { background-color: rgb(123,187,255); }
div.DivClassName
{
background-color: #7BBBFF;
}
.BgClassName
{
background-color: #7BBBFF;
}
</style>
border-color css
<style>
span { border-color: #7BBBFF; }
span { border-color: rgb(123,187,255); }
td.TdClassName
{
border-color: #7BBBFF;
}
.TagClassName
{
border-color: #7BBBFF;
}
</style>