Shades of Spray #7DCCDE
Tints of Spray #7DCCDE
RGB
CMYK
RGB Variations
Color information
#7DCCDE (or 0x7DCCDE) is known color: Spray. HEX triplet: 7D, CC and DE. RGB value is (125,204,222). Sum of RGB (Red+Green+Blue) = 125+204+222=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #7DCCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCDE is #823321. Grayscale: #B6B6B6. Windows color (decimal): -8532770 or 14601341. OLE color: 14601341.
HSL color Cylindrical-coordinate representation of color #7DCCDE: hue angle of 191.13º 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 #7DCCDE is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 204 | 222 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.13 |
| HSL | 191.13º | 0.6% | 0.68% | - |
| HSV(B) | 191.13º | 0.44% | 0.87% | - |
| XYZ | 43.24 | 52.82 | 77.02 | - |
| YUV | 182.43 | 150.33 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 222 | 0.44 | 0.08 | 0 | 0.13 | 191.13 | 0.6 | 0.68 |
| Hex | 7D | CC | DE | 2C | 8 | 0 | D | BF | 3C | 44 |
| Octal | 175 | 314 | 336 | 54 | 10 | 0 | 15 | 277 | 74 | 104 |
| Binary | 1111101 | 11001100 | 11011110 | 101100 | 1000 | 0 | 1101 | 10111111 | 111100 | 1000100 |
Color Harmonies of #7DCCDE
Complementary color
Monochromatic Colors of #7DCCDE
Black with #7DCCDE
Text Example
Text Example
White with #7DCCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCCDE; }
p { color: rgb(125,204,222); }
H1.HeaderClassName
{
color: #7DCCDE;
}
.AnyTagClassName
{
color: #7DCCDE;
}
</style>
background-color css
<style>
a { background-color: #7DCCDE; }
a { background-color: rgb(125,204,222); }
div.DivClassName
{
background-color: #7DCCDE;
}
.BgClassName
{
background-color: #7DCCDE;
}
</style>
border-color css
<style>
span { border-color: #7DCCDE; }
span { border-color: rgb(125,204,222); }
td.TdClassName
{
border-color: #7DCCDE;
}
.TagClassName
{
border-color: #7DCCDE;
}
</style>