Shades of Spray #7DCEDC
Tints of Spray #7DCEDC
RGB
CMYK
RGB Variations
Color information
#7DCEDC (or 0x7DCEDC) is known color: Spray. HEX triplet: 7D, CE and DC. RGB value is (125,206,220). Sum of RGB (Red+Green+Blue) = 125+206+220=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DCEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCEDC is #823123. Grayscale: #B7B7B7. Windows color (decimal): -8532260 or 14470781. OLE color: 14470781.
HSL color Cylindrical-coordinate representation of color #7DCEDC: hue angle of 188.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DCEDC is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 206 | 220 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.14 |
| HSL | 188.84º | 0.58% | 0.68% | - |
| HSV(B) | 188.84º | 0.43% | 0.86% | - |
| XYZ | 43.45 | 53.67 | 75.78 | - |
| YUV | 183.38 | 148.66 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 220 | 0.43 | 0.06 | 0 | 0.14 | 188.84 | 0.58 | 0.68 |
| Hex | 7D | CE | DC | 2B | 6 | 0 | E | BD | 3A | 44 |
| Octal | 175 | 316 | 334 | 53 | 6 | 0 | 16 | 275 | 72 | 104 |
| Binary | 1111101 | 11001110 | 11011100 | 101011 | 110 | 0 | 1110 | 10111101 | 111010 | 1000100 |
Color Harmonies of #7DCEDC
Complementary color
Monochromatic Colors of #7DCEDC
Black with #7DCEDC
Text Example
Text Example
White with #7DCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCEDC; }
p { color: rgb(125,206,220); }
H1.HeaderClassName
{
color: #7DCEDC;
}
.AnyTagClassName
{
color: #7DCEDC;
}
</style>
background-color css
<style>
a { background-color: #7DCEDC; }
a { background-color: rgb(125,206,220); }
div.DivClassName
{
background-color: #7DCEDC;
}
.BgClassName
{
background-color: #7DCEDC;
}
</style>
border-color css
<style>
span { border-color: #7DCEDC; }
span { border-color: rgb(125,206,220); }
td.TdClassName
{
border-color: #7DCEDC;
}
.TagClassName
{
border-color: #7DCEDC;
}
</style>