Shades of Maya Blue #7DBCFF
Tints of Maya Blue #7DBCFF
RGB
CMYK
RGB Variations
Color information
#7DBCFF (or 0x7DBCFF) is known color: Maya Blue. HEX triplet: 7D, BC and FF. RGB value is (125,188,255). Sum of RGB (Red+Green+Blue) = 125+188+255=568 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.01% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DBCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBCFF is #824300. Grayscale: #B0B0B0. Windows color (decimal): -8536833 or 16759933. OLE color: 16759933.
HSL color Cylindrical-coordinate representation of color #7DBCFF: hue angle of 210.92º 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 #7DBCFF is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 188 | 255 | - |
| CMYK | 0.51 | 0.26 | 0 | 0 |
| HSL | 210.92º | 1% | 0.75% | - |
| HSV(B) | 210.92º | 0.51% | 1% | - |
| XYZ | 44.49 | 47.55 | 101.44 | - |
| YUV | 176.8 | 172.13 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 255 | 0.51 | 0.26 | 0 | 0 | 210.92 | 1 | 0.75 |
| Hex | 7D | BC | FF | 33 | 1A | 0 | 0 | D3 | 64 | 4B |
| Octal | 175 | 274 | 377 | 63 | 32 | 0 | 0 | 323 | 144 | 113 |
| Binary | 1111101 | 10111100 | 11111111 | 110011 | 11010 | 0 | 0 | 11010011 | 1100100 | 1001011 |
Color Harmonies of #7DBCFF
Complementary color
Monochromatic Colors of #7DBCFF
Black with #7DBCFF
Text Example
Text Example
White with #7DBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCFF; }
p { color: rgb(125,188,255); }
H1.HeaderClassName
{
color: #7DBCFF;
}
.AnyTagClassName
{
color: #7DBCFF;
}
</style>
background-color css
<style>
a { background-color: #7DBCFF; }
a { background-color: rgb(125,188,255); }
div.DivClassName
{
background-color: #7DBCFF;
}
.BgClassName
{
background-color: #7DBCFF;
}
</style>
border-color css
<style>
span { border-color: #7DBCFF; }
span { border-color: rgb(125,188,255); }
td.TdClassName
{
border-color: #7DBCFF;
}
.TagClassName
{
border-color: #7DBCFF;
}
</style>