Shades of Maya Blue #7DBCFB
Tints of Maya Blue #7DBCFB
RGB
CMYK
RGB Variations
Color information
#7DBCFB (or 0x7DBCFB) is known color: Maya Blue. HEX triplet: 7D, BC and FB. RGB value is (125,188,251). Sum of RGB (Red+Green+Blue) = 125+188+251=564 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.16% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DBCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBCFB is #824304. Grayscale: #B0B0B0. Windows color (decimal): -8536837 or 16497789. OLE color: 16497789.
HSL color Cylindrical-coordinate representation of color #7DBCFB: hue angle of 210º 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 #7DBCFB is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 188 | 251 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.02 |
| HSL | 210º | 0.94% | 0.74% | - |
| HSV(B) | 210º | 0.5% | 0.98% | - |
| XYZ | 43.85 | 47.29 | 98.08 | - |
| YUV | 176.35 | 170.13 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 251 | 0.50 | 0.25 | 0 | 0.02 | 210 | 0.94 | 0.74 |
| Hex | 7D | BC | FB | 32 | 19 | 0 | 2 | D2 | 5E | 4A |
| Octal | 175 | 274 | 373 | 62 | 31 | 0 | 2 | 322 | 136 | 112 |
| Binary | 1111101 | 10111100 | 11111011 | 110010 | 11001 | 0 | 10 | 11010010 | 1011110 | 1001010 |
Color Harmonies of #7DBCFB
Complementary color
Monochromatic Colors of #7DBCFB
Black with #7DBCFB
Text Example
Text Example
White with #7DBCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCFB; }
p { color: rgb(125,188,251); }
H1.HeaderClassName
{
color: #7DBCFB;
}
.AnyTagClassName
{
color: #7DBCFB;
}
</style>
background-color css
<style>
a { background-color: #7DBCFB; }
a { background-color: rgb(125,188,251); }
div.DivClassName
{
background-color: #7DBCFB;
}
.BgClassName
{
background-color: #7DBCFB;
}
</style>
border-color css
<style>
span { border-color: #7DBCFB; }
span { border-color: rgb(125,188,251); }
td.TdClassName
{
border-color: #7DBCFB;
}
.TagClassName
{
border-color: #7DBCFB;
}
</style>