Shades of Maya Blue #7BBFFE
Tints of Maya Blue #7BBFFE
RGB
CMYK
RGB Variations
Color information
#7BBFFE (or 0x7BBFFE) is known color: Maya Blue. HEX triplet: 7B, BF and FE. RGB value is (123,191,254). Sum of RGB (Red+Green+Blue) = 123+191+254=568 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.65% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BBFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBFFE is #844001. Grayscale: #B1B1B1. Windows color (decimal): -8667138 or 16695163. OLE color: 16695163.
HSL color Cylindrical-coordinate representation of color #7BBFFE: hue angle of 208.85º 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 #7BBFFE is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 191 | 254 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.00 |
| HSL | 208.86º | 0.98% | 0.74% | - |
| HSV(B) | 208.86º | 0.52% | 1% | - |
| XYZ | 44.69 | 48.63 | 100.8 | - |
| YUV | 177.85 | 170.97 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 191 | 254 | 0.52 | 0.25 | 0 | 0.00 | 208.86 | 0.98 | 0.74 |
| Hex | 7B | BF | FE | 34 | 19 | 0 | 0 | D1 | 62 | 4A |
| Octal | 173 | 277 | 376 | 64 | 31 | 0 | 0 | 321 | 142 | 112 |
| Binary | 1111011 | 10111111 | 11111110 | 110100 | 11001 | 0 | 0 | 11010001 | 1100010 | 1001010 |
Color Harmonies of #7BBFFE
Complementary color
Monochromatic Colors of #7BBFFE
Black with #7BBFFE
Text Example
Text Example
White with #7BBFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBFFE; }
p { color: rgb(123,191,254); }
H1.HeaderClassName
{
color: #7BBFFE;
}
.AnyTagClassName
{
color: #7BBFFE;
}
</style>
background-color css
<style>
a { background-color: #7BBFFE; }
a { background-color: rgb(123,191,254); }
div.DivClassName
{
background-color: #7BBFFE;
}
.BgClassName
{
background-color: #7BBFFE;
}
</style>
border-color css
<style>
span { border-color: #7BBFFE; }
span { border-color: rgb(123,191,254); }
td.TdClassName
{
border-color: #7BBFFE;
}
.TagClassName
{
border-color: #7BBFFE;
}
</style>