Shades of Maya Blue #7DBDFB
Tints of Maya Blue #7DBDFB
RGB
CMYK
RGB Variations
Color information
#7DBDFB (or 0x7DBDFB) is known color: Maya Blue. HEX triplet: 7D, BD and FB. RGB value is (125,189,251). Sum of RGB (Red+Green+Blue) = 125+189+251=565 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.12% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DBDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBDFB is #824204. Grayscale: #B0B0B0. Windows color (decimal): -8536581 or 16498045. OLE color: 16498045.
HSL color Cylindrical-coordinate representation of color #7DBDFB: hue angle of 209.52º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DBDFB is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 189 | 251 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.02 |
| HSL | 209.52º | 0.94% | 0.74% | - |
| HSV(B) | 209.52º | 0.5% | 0.98% | - |
| XYZ | 44.07 | 47.72 | 98.16 | - |
| YUV | 176.93 | 169.8 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 251 | 0.50 | 0.25 | 0 | 0.02 | 209.52 | 0.94 | 0.74 |
| Hex | 7D | BD | FB | 32 | 19 | 0 | 2 | D2 | 5E | 4A |
| Octal | 175 | 275 | 373 | 62 | 31 | 0 | 2 | 322 | 136 | 112 |
| Binary | 1111101 | 10111101 | 11111011 | 110010 | 11001 | 0 | 10 | 11010010 | 1011110 | 1001010 |
Color Harmonies of #7DBDFB
Complementary color
Monochromatic Colors of #7DBDFB
Black with #7DBDFB
Text Example
Text Example
White with #7DBDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDFB; }
p { color: rgb(125,189,251); }
H1.HeaderClassName
{
color: #7DBDFB;
}
.AnyTagClassName
{
color: #7DBDFB;
}
</style>
background-color css
<style>
a { background-color: #7DBDFB; }
a { background-color: rgb(125,189,251); }
div.DivClassName
{
background-color: #7DBDFB;
}
.BgClassName
{
background-color: #7DBDFB;
}
</style>
border-color css
<style>
span { border-color: #7DBDFB; }
span { border-color: rgb(125,189,251); }
td.TdClassName
{
border-color: #7DBDFB;
}
.TagClassName
{
border-color: #7DBDFB;
}
</style>