Shades of Maya Blue #7BB7FF
Tints of Maya Blue #7BB7FF
RGB
CMYK
RGB Variations
Color information
#7BB7FF (or 0x7BB7FF) is known color: Maya Blue. HEX triplet: 7B, B7 and FF. RGB value is (123,183,255). Sum of RGB (Red+Green+Blue) = 123+183+255=561 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.93% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BB7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BB7FF is #844800. Grayscale: #ACACAC. Windows color (decimal): -8669185 or 16758651. OLE color: 16758651.
HSL color Cylindrical-coordinate representation of color #7BB7FF: hue angle of 212.73º 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 #7BB7FF is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 183 | 255 | - |
| CMYK | 0.52 | 0.28 | 0 | 0 |
| HSL | 212.73º | 1% | 0.74% | - |
| HSV(B) | 212.73º | 0.52% | 1% | - |
| XYZ | 43.15 | 45.3 | 101.08 | - |
| YUV | 173.27 | 174.12 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 183 | 255 | 0.52 | 0.28 | 0 | 0 | 212.73 | 1 | 0.74 |
| Hex | 7B | B7 | FF | 34 | 1C | 0 | 0 | D5 | 64 | 4A |
| Octal | 173 | 267 | 377 | 64 | 34 | 0 | 0 | 325 | 144 | 112 |
| Binary | 1111011 | 10110111 | 11111111 | 110100 | 11100 | 0 | 0 | 11010101 | 1100100 | 1001010 |
Color Harmonies of #7BB7FF
Complementary color
Monochromatic Colors of #7BB7FF
Black with #7BB7FF
Text Example
Text Example
White with #7BB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB7FF; }
p { color: rgb(123,183,255); }
H1.HeaderClassName
{
color: #7BB7FF;
}
.AnyTagClassName
{
color: #7BB7FF;
}
</style>
background-color css
<style>
a { background-color: #7BB7FF; }
a { background-color: rgb(123,183,255); }
div.DivClassName
{
background-color: #7BB7FF;
}
.BgClassName
{
background-color: #7BB7FF;
}
</style>
border-color css
<style>
span { border-color: #7BB7FF; }
span { border-color: rgb(123,183,255); }
td.TdClassName
{
border-color: #7BB7FF;
}
.TagClassName
{
border-color: #7BB7FF;
}
</style>