Shades of Maya Blue #7BBCFE
Tints of Maya Blue #7BBCFE
RGB
CMYK
RGB Variations
Color information
#7BBCFE (or 0x7BBCFE) is known color: Maya Blue. HEX triplet: 7B, BC and FE. RGB value is (123,188,254). Sum of RGB (Red+Green+Blue) = 123+188+254=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BBCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBCFE is #844301. Grayscale: #AFAFAF. Windows color (decimal): -8667906 or 16694395. OLE color: 16694395.
HSL color Cylindrical-coordinate representation of color #7BBCFE: hue angle of 210.23º 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 #7BBCFE is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 188 | 254 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.00 |
| HSL | 210.23º | 0.98% | 0.74% | - |
| HSV(B) | 210.23º | 0.52% | 1% | - |
| XYZ | 44.04 | 47.33 | 100.58 | - |
| YUV | 176.09 | 171.97 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 254 | 0.52 | 0.26 | 0 | 0.00 | 210.23 | 0.98 | 0.74 |
| Hex | 7B | BC | FE | 34 | 1A | 0 | 0 | D2 | 62 | 4A |
| Octal | 173 | 274 | 376 | 64 | 32 | 0 | 0 | 322 | 142 | 112 |
| Binary | 1111011 | 10111100 | 11111110 | 110100 | 11010 | 0 | 0 | 11010010 | 1100010 | 1001010 |
Color Harmonies of #7BBCFE
Complementary color
Monochromatic Colors of #7BBCFE
Black with #7BBCFE
Text Example
Text Example
White with #7BBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBCFE; }
p { color: rgb(123,188,254); }
H1.HeaderClassName
{
color: #7BBCFE;
}
.AnyTagClassName
{
color: #7BBCFE;
}
</style>
background-color css
<style>
a { background-color: #7BBCFE; }
a { background-color: rgb(123,188,254); }
div.DivClassName
{
background-color: #7BBCFE;
}
.BgClassName
{
background-color: #7BBCFE;
}
</style>
border-color css
<style>
span { border-color: #7BBCFE; }
span { border-color: rgb(123,188,254); }
td.TdClassName
{
border-color: #7BBCFE;
}
.TagClassName
{
border-color: #7BBCFE;
}
</style>