Shades of Maya Blue #7BBBFB
Tints of Maya Blue #7BBBFB
RGB
CMYK
RGB Variations
Color information
#7BBBFB (or 0x7BBBFB) is known color: Maya Blue. HEX triplet: 7B, BB and FB. RGB value is (123,187,251). Sum of RGB (Red+Green+Blue) = 123+187+251=561 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.93% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #7BBBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBBFB is #844404. Grayscale: #AEAEAE. Windows color (decimal): -8668165 or 16497531. OLE color: 16497531.
HSL color Cylindrical-coordinate representation of color #7BBBFB: hue angle of 210º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BBBFB is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 187 | 251 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.02 |
| HSL | 210º | 0.94% | 0.73% | - |
| HSV(B) | 210º | 0.51% | 0.98% | - |
| XYZ | 43.35 | 46.72 | 98 | - |
| YUV | 175.16 | 170.8 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 187 | 251 | 0.51 | 0.25 | 0 | 0.02 | 210 | 0.94 | 0.73 |
| Hex | 7B | BB | FB | 33 | 19 | 0 | 2 | D2 | 5E | 49 |
| Octal | 173 | 273 | 373 | 63 | 31 | 0 | 2 | 322 | 136 | 111 |
| Binary | 1111011 | 10111011 | 11111011 | 110011 | 11001 | 0 | 10 | 11010010 | 1011110 | 1001001 |
Color Harmonies of #7BBBFB
Complementary color
Monochromatic Colors of #7BBBFB
Black with #7BBBFB
Text Example
Text Example
White with #7BBBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBBFB; }
p { color: rgb(123,187,251); }
H1.HeaderClassName
{
color: #7BBBFB;
}
.AnyTagClassName
{
color: #7BBBFB;
}
</style>
background-color css
<style>
a { background-color: #7BBBFB; }
a { background-color: rgb(123,187,251); }
div.DivClassName
{
background-color: #7BBBFB;
}
.BgClassName
{
background-color: #7BBBFB;
}
</style>
border-color css
<style>
span { border-color: #7BBBFB; }
span { border-color: rgb(123,187,251); }
td.TdClassName
{
border-color: #7BBBFB;
}
.TagClassName
{
border-color: #7BBBFB;
}
</style>