Shades of Spray #7DCDE5
Tints of Spray #7DCDE5
RGB
CMYK
RGB Variations
Color information
#7DCDE5 (or 0x7DCDE5) is known color: Spray. HEX triplet: 7D, CD and E5. RGB value is (125,205,229). Sum of RGB (Red+Green+Blue) = 125+205+229=559 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.36% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #7DCDE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDE5 is #82321A. Grayscale: #B7B7B7. Windows color (decimal): -8532507 or 15060349. OLE color: 15060349.
HSL color Cylindrical-coordinate representation of color #7DCDE5: hue angle of 193.85º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DCDE5 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 205 | 229 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.10 |
| HSL | 193.85º | 0.67% | 0.69% | - |
| HSV(B) | 193.85º | 0.45% | 0.9% | - |
| XYZ | 44.43 | 53.68 | 82.15 | - |
| YUV | 183.82 | 153.5 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 229 | 0.45 | 0.10 | 0 | 0.10 | 193.85 | 0.67 | 0.69 |
| Hex | 7D | CD | E5 | 2D | A | 0 | A | C2 | 43 | 45 |
| Octal | 175 | 315 | 345 | 55 | 12 | 0 | 12 | 302 | 103 | 105 |
| Binary | 1111101 | 11001101 | 11100101 | 101101 | 1010 | 0 | 1010 | 11000010 | 1000011 | 1000101 |
Color Harmonies of #7DCDE5
Complementary color
Monochromatic Colors of #7DCDE5
Black with #7DCDE5
Text Example
Text Example
White with #7DCDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCDE5; }
p { color: rgb(125,205,229); }
H1.HeaderClassName
{
color: #7DCDE5;
}
.AnyTagClassName
{
color: #7DCDE5;
}
</style>
background-color css
<style>
a { background-color: #7DCDE5; }
a { background-color: rgb(125,205,229); }
div.DivClassName
{
background-color: #7DCDE5;
}
.BgClassName
{
background-color: #7DCDE5;
}
</style>
border-color css
<style>
span { border-color: #7DCDE5; }
span { border-color: rgb(125,205,229); }
td.TdClassName
{
border-color: #7DCDE5;
}
.TagClassName
{
border-color: #7DCDE5;
}
</style>