Shades of Maya Blue #7BBBFE
Tints of Maya Blue #7BBBFE
RGB
CMYK
RGB Variations
Color information
#7BBBFE (or 0x7BBBFE) is known color: Maya Blue. HEX triplet: 7B, BB and FE. RGB value is (123,187,254). Sum of RGB (Red+Green+Blue) = 123+187+254=564 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.81% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BBBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBBFE is #844401. Grayscale: #AFAFAF. Windows color (decimal): -8668162 or 16694139. OLE color: 16694139.
HSL color Cylindrical-coordinate representation of color #7BBBFE: hue angle of 210.69º 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 #7BBBFE is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 187 | 254 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.00 |
| HSL | 210.69º | 0.98% | 0.74% | - |
| HSV(B) | 210.69º | 0.52% | 1% | - |
| XYZ | 43.83 | 46.91 | 100.51 | - |
| YUV | 175.5 | 172.3 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 187 | 254 | 0.52 | 0.26 | 0 | 0.00 | 210.69 | 0.98 | 0.74 |
| Hex | 7B | BB | FE | 34 | 1A | 0 | 0 | D3 | 62 | 4A |
| Octal | 173 | 273 | 376 | 64 | 32 | 0 | 0 | 323 | 142 | 112 |
| Binary | 1111011 | 10111011 | 11111110 | 110100 | 11010 | 0 | 0 | 11010011 | 1100010 | 1001010 |
Color Harmonies of #7BBBFE
Complementary color
Monochromatic Colors of #7BBBFE
Black with #7BBBFE
Text Example
Text Example
White with #7BBBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBBFE; }
p { color: rgb(123,187,254); }
H1.HeaderClassName
{
color: #7BBBFE;
}
.AnyTagClassName
{
color: #7BBBFE;
}
</style>
background-color css
<style>
a { background-color: #7BBBFE; }
a { background-color: rgb(123,187,254); }
div.DivClassName
{
background-color: #7BBBFE;
}
.BgClassName
{
background-color: #7BBBFE;
}
</style>
border-color css
<style>
span { border-color: #7BBBFE; }
span { border-color: rgb(123,187,254); }
td.TdClassName
{
border-color: #7BBBFE;
}
.TagClassName
{
border-color: #7BBBFE;
}
</style>