Shades of Maya Blue #7DBAFF
Tints of Maya Blue #7DBAFF
RGB
CMYK
RGB Variations
Color information
#7DBAFF (or 0x7DBAFF) is known color: Maya Blue. HEX triplet: 7D, BA and FF. RGB value is (125,186,255). Sum of RGB (Red+Green+Blue) = 125+186+255=566 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.08% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DBAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBAFF is #824500. Grayscale: #AFAFAF. Windows color (decimal): -8537345 or 16759421. OLE color: 16759421.
HSL color Cylindrical-coordinate representation of color #7DBAFF: hue angle of 211.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DBAFF is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 186 | 255 | - |
| CMYK | 0.51 | 0.27 | 0 | 0 |
| HSL | 211.85º | 1% | 0.75% | - |
| HSV(B) | 211.85º | 0.51% | 1% | - |
| XYZ | 44.07 | 46.7 | 101.3 | - |
| YUV | 175.63 | 172.79 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 255 | 0.51 | 0.27 | 0 | 0 | 211.85 | 1 | 0.75 |
| Hex | 7D | BA | FF | 33 | 1B | 0 | 0 | D4 | 64 | 4B |
| Octal | 175 | 272 | 377 | 63 | 33 | 0 | 0 | 324 | 144 | 113 |
| Binary | 1111101 | 10111010 | 11111111 | 110011 | 11011 | 0 | 0 | 11010100 | 1100100 | 1001011 |
Color Harmonies of #7DBAFF
Complementary color
Monochromatic Colors of #7DBAFF
Black with #7DBAFF
Text Example
Text Example
White with #7DBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBAFF; }
p { color: rgb(125,186,255); }
H1.HeaderClassName
{
color: #7DBAFF;
}
.AnyTagClassName
{
color: #7DBAFF;
}
</style>
background-color css
<style>
a { background-color: #7DBAFF; }
a { background-color: rgb(125,186,255); }
div.DivClassName
{
background-color: #7DBAFF;
}
.BgClassName
{
background-color: #7DBAFF;
}
</style>
border-color css
<style>
span { border-color: #7DBAFF; }
span { border-color: rgb(125,186,255); }
td.TdClassName
{
border-color: #7DBAFF;
}
.TagClassName
{
border-color: #7DBAFF;
}
</style>