Shades of Maya Blue #7DBDFC
Tints of Maya Blue #7DBDFC
RGB
CMYK
RGB Variations
Color information
#7DBDFC (or 0x7DBDFC) is known color: Maya Blue. HEX triplet: 7D, BD and FC. RGB value is (125,189,252). Sum of RGB (Red+Green+Blue) = 125+189+252=566 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.08% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DBDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBDFC is #824203. Grayscale: #B0B0B0. Windows color (decimal): -8536580 or 16563581. OLE color: 16563581.
HSL color Cylindrical-coordinate representation of color #7DBDFC: hue angle of 209.76º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DBDFC is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 189 | 252 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.01 |
| HSL | 209.76º | 0.95% | 0.74% | - |
| HSV(B) | 209.76º | 0.5% | 0.99% | - |
| XYZ | 44.23 | 47.78 | 98.99 | - |
| YUV | 177.05 | 170.3 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 252 | 0.50 | 0.25 | 0 | 0.01 | 209.76 | 0.95 | 0.74 |
| Hex | 7D | BD | FC | 32 | 19 | 0 | 1 | D2 | 5F | 4A |
| Octal | 175 | 275 | 374 | 62 | 31 | 0 | 1 | 322 | 137 | 112 |
| Binary | 1111101 | 10111101 | 11111100 | 110010 | 11001 | 0 | 1 | 11010010 | 1011111 | 1001010 |
Color Harmonies of #7DBDFC
Complementary color
Monochromatic Colors of #7DBDFC
Black with #7DBDFC
Text Example
Text Example
White with #7DBDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDFC; }
p { color: rgb(125,189,252); }
H1.HeaderClassName
{
color: #7DBDFC;
}
.AnyTagClassName
{
color: #7DBDFC;
}
</style>
background-color css
<style>
a { background-color: #7DBDFC; }
a { background-color: rgb(125,189,252); }
div.DivClassName
{
background-color: #7DBDFC;
}
.BgClassName
{
background-color: #7DBDFC;
}
</style>
border-color css
<style>
span { border-color: #7DBDFC; }
span { border-color: rgb(125,189,252); }
td.TdClassName
{
border-color: #7DBDFC;
}
.TagClassName
{
border-color: #7DBDFC;
}
</style>