Shades of Maya Blue #7DBFFE
Tints of Maya Blue #7DBFFE
RGB
CMYK
RGB Variations
Color information
#7DBFFE (or 0x7DBFFE) is known color: Maya Blue. HEX triplet: 7D, BF and FE. RGB value is (125,191,254). Sum of RGB (Red+Green+Blue) = 125+191+254=570 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.93% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DBFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBFFE is #824001. Grayscale: #B2B2B2. Windows color (decimal): -8536066 or 16695165. OLE color: 16695165.
HSL color Cylindrical-coordinate representation of color #7DBFFE: hue angle of 209.3º 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 #7DBFFE is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 191 | 254 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.00 |
| HSL | 209.3º | 0.98% | 0.74% | - |
| HSV(B) | 209.3º | 0.51% | 1% | - |
| XYZ | 44.98 | 48.78 | 100.81 | - |
| YUV | 178.45 | 170.63 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 254 | 0.51 | 0.25 | 0 | 0.00 | 209.3 | 0.98 | 0.74 |
| Hex | 7D | BF | FE | 33 | 19 | 0 | 0 | D1 | 62 | 4A |
| Octal | 175 | 277 | 376 | 63 | 31 | 0 | 0 | 321 | 142 | 112 |
| Binary | 1111101 | 10111111 | 11111110 | 110011 | 11001 | 0 | 0 | 11010001 | 1100010 | 1001010 |
Color Harmonies of #7DBFFE
Complementary color
Monochromatic Colors of #7DBFFE
Black with #7DBFFE
Text Example
Text Example
White with #7DBFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBFFE; }
p { color: rgb(125,191,254); }
H1.HeaderClassName
{
color: #7DBFFE;
}
.AnyTagClassName
{
color: #7DBFFE;
}
</style>
background-color css
<style>
a { background-color: #7DBFFE; }
a { background-color: rgb(125,191,254); }
div.DivClassName
{
background-color: #7DBFFE;
}
.BgClassName
{
background-color: #7DBFFE;
}
</style>
border-color css
<style>
span { border-color: #7DBFFE; }
span { border-color: rgb(125,191,254); }
td.TdClassName
{
border-color: #7DBFFE;
}
.TagClassName
{
border-color: #7DBFFE;
}
</style>