Shades of Maya Blue #7BBEFC
Tints of Maya Blue #7BBEFC
RGB
CMYK
RGB Variations
Color information
#7BBEFC (or 0x7BBEFC) is known color: Maya Blue. HEX triplet: 7B, BE and FC. RGB value is (123,190,252). Sum of RGB (Red+Green+Blue) = 123+190+252=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BBEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBEFC is #844103. Grayscale: #B0B0B0. Windows color (decimal): -8667396 or 16563835. OLE color: 16563835.
HSL color Cylindrical-coordinate representation of color #7BBEFC: hue angle of 208.84º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BBEFC is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 190 | 252 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.01 |
| HSL | 208.84º | 0.96% | 0.74% | - |
| HSV(B) | 208.84º | 0.51% | 0.99% | - |
| XYZ | 44.15 | 48.07 | 99.05 | - |
| YUV | 177.04 | 170.3 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 252 | 0.51 | 0.25 | 0 | 0.01 | 208.84 | 0.96 | 0.74 |
| Hex | 7B | BE | FC | 33 | 19 | 0 | 1 | D1 | 60 | 4A |
| Octal | 173 | 276 | 374 | 63 | 31 | 0 | 1 | 321 | 140 | 112 |
| Binary | 1111011 | 10111110 | 11111100 | 110011 | 11001 | 0 | 1 | 11010001 | 1100000 | 1001010 |
Color Harmonies of #7BBEFC
Complementary color
Monochromatic Colors of #7BBEFC
Black with #7BBEFC
Text Example
Text Example
White with #7BBEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBEFC; }
p { color: rgb(123,190,252); }
H1.HeaderClassName
{
color: #7BBEFC;
}
.AnyTagClassName
{
color: #7BBEFC;
}
</style>
background-color css
<style>
a { background-color: #7BBEFC; }
a { background-color: rgb(123,190,252); }
div.DivClassName
{
background-color: #7BBEFC;
}
.BgClassName
{
background-color: #7BBEFC;
}
</style>
border-color css
<style>
span { border-color: #7BBEFC; }
span { border-color: rgb(123,190,252); }
td.TdClassName
{
border-color: #7BBEFC;
}
.TagClassName
{
border-color: #7BBEFC;
}
</style>