Shades of Maya Blue #7BBDFE
Tints of Maya Blue #7BBDFE
RGB
CMYK
RGB Variations
Color information
#7BBDFE (or 0x7BBDFE) is known color: Maya Blue. HEX triplet: 7B, BD and FE. RGB value is (123,189,254). Sum of RGB (Red+Green+Blue) = 123+189+254=566 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.73% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BBDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBDFE is #844201. Grayscale: #B0B0B0. Windows color (decimal): -8667650 or 16694651. OLE color: 16694651.
HSL color Cylindrical-coordinate representation of color #7BBDFE: hue angle of 209.77º 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 #7BBDFE is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 189 | 254 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.00 |
| HSL | 209.77º | 0.98% | 0.74% | - |
| HSV(B) | 209.77º | 0.52% | 1% | - |
| XYZ | 44.26 | 47.76 | 100.65 | - |
| YUV | 176.68 | 171.63 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 189 | 254 | 0.52 | 0.26 | 0 | 0.00 | 209.77 | 0.98 | 0.74 |
| Hex | 7B | BD | FE | 34 | 1A | 0 | 0 | D2 | 62 | 4A |
| Octal | 173 | 275 | 376 | 64 | 32 | 0 | 0 | 322 | 142 | 112 |
| Binary | 1111011 | 10111101 | 11111110 | 110100 | 11010 | 0 | 0 | 11010010 | 1100010 | 1001010 |
Color Harmonies of #7BBDFE
Complementary color
Monochromatic Colors of #7BBDFE
Black with #7BBDFE
Text Example
Text Example
White with #7BBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBDFE; }
p { color: rgb(123,189,254); }
H1.HeaderClassName
{
color: #7BBDFE;
}
.AnyTagClassName
{
color: #7BBDFE;
}
</style>
background-color css
<style>
a { background-color: #7BBDFE; }
a { background-color: rgb(123,189,254); }
div.DivClassName
{
background-color: #7BBDFE;
}
.BgClassName
{
background-color: #7BBDFE;
}
</style>
border-color css
<style>
span { border-color: #7BBDFE; }
span { border-color: rgb(123,189,254); }
td.TdClassName
{
border-color: #7BBDFE;
}
.TagClassName
{
border-color: #7BBDFE;
}
</style>