Shades of Maya Blue #7DBAFE
Tints of Maya Blue #7DBAFE
RGB
CMYK
RGB Variations
Color information
#7DBAFE (or 0x7DBAFE) is known color: Maya Blue. HEX triplet: 7D, BA and FE. RGB value is (125,186,254). Sum of RGB (Red+Green+Blue) = 125+186+254=565 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.12% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DBAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBAFE is #824501. Grayscale: #AFAFAF. Windows color (decimal): -8537346 or 16693885. OLE color: 16693885.
HSL color Cylindrical-coordinate representation of color #7DBAFE: hue angle of 211.63º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DBAFE is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 186 | 254 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.00 |
| HSL | 211.63º | 0.98% | 0.74% | - |
| HSV(B) | 211.63º | 0.51% | 1% | - |
| XYZ | 43.91 | 46.63 | 100.45 | - |
| YUV | 175.51 | 172.29 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 254 | 0.51 | 0.27 | 0 | 0.00 | 211.63 | 0.98 | 0.74 |
| Hex | 7D | BA | FE | 33 | 1B | 0 | 0 | D4 | 62 | 4A |
| Octal | 175 | 272 | 376 | 63 | 33 | 0 | 0 | 324 | 142 | 112 |
| Binary | 1111101 | 10111010 | 11111110 | 110011 | 11011 | 0 | 0 | 11010100 | 1100010 | 1001010 |
Color Harmonies of #7DBAFE
Complementary color
Monochromatic Colors of #7DBAFE
Black with #7DBAFE
Text Example
Text Example
White with #7DBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBAFE; }
p { color: rgb(125,186,254); }
H1.HeaderClassName
{
color: #7DBAFE;
}
.AnyTagClassName
{
color: #7DBAFE;
}
</style>
background-color css
<style>
a { background-color: #7DBAFE; }
a { background-color: rgb(125,186,254); }
div.DivClassName
{
background-color: #7DBAFE;
}
.BgClassName
{
background-color: #7DBAFE;
}
</style>
border-color css
<style>
span { border-color: #7DBAFE; }
span { border-color: rgb(125,186,254); }
td.TdClassName
{
border-color: #7DBAFE;
}
.TagClassName
{
border-color: #7DBAFE;
}
</style>