Shades of Maya Blue #7BBEFF
Tints of Maya Blue #7BBEFF
RGB
CMYK
RGB Variations
Color information
#7BBEFF (or 0x7BBEFF) is known color: Maya Blue. HEX triplet: 7B, BE and FF. RGB value is (123,190,255). Sum of RGB (Red+Green+Blue) = 123+190+255=568 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.65% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BBEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBEFF is #844100. Grayscale: #B1B1B1. Windows color (decimal): -8667393 or 16760443. OLE color: 16760443.
HSL color Cylindrical-coordinate representation of color #7BBEFF: hue angle of 209.55º 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 #7BBEFF is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 190 | 255 | - |
| CMYK | 0.52 | 0.25 | 0 | 0 |
| HSL | 209.55º | 1% | 0.74% | - |
| HSV(B) | 209.55º | 0.52% | 1% | - |
| XYZ | 44.63 | 48.26 | 101.57 | - |
| YUV | 177.38 | 171.8 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 255 | 0.52 | 0.25 | 0 | 0 | 209.55 | 1 | 0.74 |
| Hex | 7B | BE | FF | 34 | 19 | 0 | 0 | D2 | 64 | 4A |
| Octal | 173 | 276 | 377 | 64 | 31 | 0 | 0 | 322 | 144 | 112 |
| Binary | 1111011 | 10111110 | 11111111 | 110100 | 11001 | 0 | 0 | 11010010 | 1100100 | 1001010 |
Color Harmonies of #7BBEFF
Complementary color
Monochromatic Colors of #7BBEFF
Black with #7BBEFF
Text Example
Text Example
White with #7BBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBEFF; }
p { color: rgb(123,190,255); }
H1.HeaderClassName
{
color: #7BBEFF;
}
.AnyTagClassName
{
color: #7BBEFF;
}
</style>
background-color css
<style>
a { background-color: #7BBEFF; }
a { background-color: rgb(123,190,255); }
div.DivClassName
{
background-color: #7BBEFF;
}
.BgClassName
{
background-color: #7BBEFF;
}
</style>
border-color css
<style>
span { border-color: #7BBEFF; }
span { border-color: rgb(123,190,255); }
td.TdClassName
{
border-color: #7BBEFF;
}
.TagClassName
{
border-color: #7BBEFF;
}
</style>