Shades of Spray #7DD9DE
Tints of Spray #7DD9DE
RGB
CMYK
RGB Variations
Color information
#7DD9DE (or 0x7DD9DE) is known color: Spray. HEX triplet: 7D, D9 and DE. RGB value is (125,217,222). Sum of RGB (Red+Green+Blue) = 125+217+222=564 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.16% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #7DD9DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD9DE is #822621. Grayscale: #BDBDBD. Windows color (decimal): -8529442 or 14604669. OLE color: 14604669.
HSL color Cylindrical-coordinate representation of color #7DD9DE: hue angle of 183.09º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DD9DE is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 217 | 222 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.13 |
| HSL | 183.09º | 0.6% | 0.68% | - |
| HSV(B) | 183.09º | 0.44% | 0.87% | - |
| XYZ | 46.46 | 59.26 | 78.1 | - |
| YUV | 190.06 | 146.02 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 222 | 0.44 | 0.02 | 0 | 0.13 | 183.09 | 0.6 | 0.68 |
| Hex | 7D | D9 | DE | 2C | 2 | 0 | D | B7 | 3C | 44 |
| Octal | 175 | 331 | 336 | 54 | 2 | 0 | 15 | 267 | 74 | 104 |
| Binary | 1111101 | 11011001 | 11011110 | 101100 | 10 | 0 | 1101 | 10110111 | 111100 | 1000100 |
Color Harmonies of #7DD9DE
Complementary color
Monochromatic Colors of #7DD9DE
Black with #7DD9DE
Text Example
Text Example
White with #7DD9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD9DE; }
p { color: rgb(125,217,222); }
H1.HeaderClassName
{
color: #7DD9DE;
}
.AnyTagClassName
{
color: #7DD9DE;
}
</style>
background-color css
<style>
a { background-color: #7DD9DE; }
a { background-color: rgb(125,217,222); }
div.DivClassName
{
background-color: #7DD9DE;
}
.BgClassName
{
background-color: #7DD9DE;
}
</style>
border-color css
<style>
span { border-color: #7DD9DE; }
span { border-color: rgb(125,217,222); }
td.TdClassName
{
border-color: #7DD9DE;
}
.TagClassName
{
border-color: #7DD9DE;
}
</style>