Shades of Maya Blue #7BADFF
Tints of Maya Blue #7BADFF
RGB
CMYK
RGB Variations
Color information
#7BADFF (or 0x7BADFF) is known color: Maya Blue. HEX triplet: 7B, AD and FF. RGB value is (123,173,255). Sum of RGB (Red+Green+Blue) = 123+173+255=551 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.32% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BADFF is #845200. Grayscale: #A7A7A7. Windows color (decimal): -8671745 or 16756091. OLE color: 16756091.
HSL color Cylindrical-coordinate representation of color #7BADFF: hue angle of 217.27º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BADFF is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 173 | 255 | - |
| CMYK | 0.52 | 0.32 | 0 | 0 |
| HSL | 217.27º | 1% | 0.74% | - |
| HSV(B) | 217.27º | 0.52% | 1% | - |
| XYZ | 41.16 | 41.32 | 100.41 | - |
| YUV | 167.4 | 177.44 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 255 | 0.52 | 0.32 | 0 | 0 | 217.27 | 1 | 0.74 |
| Hex | 7B | AD | FF | 34 | 20 | 0 | 0 | D9 | 64 | 4A |
| Octal | 173 | 255 | 377 | 64 | 40 | 0 | 0 | 331 | 144 | 112 |
| Binary | 1111011 | 10101101 | 11111111 | 110100 | 100000 | 0 | 0 | 11011001 | 1100100 | 1001010 |
Color Harmonies of #7BADFF
Complementary color
Monochromatic Colors of #7BADFF
Black with #7BADFF
Text Example
Text Example
White with #7BADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADFF; }
p { color: rgb(123,173,255); }
H1.HeaderClassName
{
color: #7BADFF;
}
.AnyTagClassName
{
color: #7BADFF;
}
</style>
background-color css
<style>
a { background-color: #7BADFF; }
a { background-color: rgb(123,173,255); }
div.DivClassName
{
background-color: #7BADFF;
}
.BgClassName
{
background-color: #7BADFF;
}
</style>
border-color css
<style>
span { border-color: #7BADFF; }
span { border-color: rgb(123,173,255); }
td.TdClassName
{
border-color: #7BADFF;
}
.TagClassName
{
border-color: #7BADFF;
}
</style>