Shades of Spray #7DCCDF
Tints of Spray #7DCCDF
RGB
CMYK
RGB Variations
Color information
#7DCCDF (or 0x7DCCDF) is known color: Spray. HEX triplet: 7D, CC and DF. RGB value is (125,204,223). Sum of RGB (Red+Green+Blue) = 125+204+223=552 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.64% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DCCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCDF is #823320. Grayscale: #B6B6B6. Windows color (decimal): -8532769 or 14666877. OLE color: 14666877.
HSL color Cylindrical-coordinate representation of color #7DCCDF: hue angle of 191.63º 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 #7DCCDF is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 204 | 223 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.13 |
| HSL | 191.63º | 0.6% | 0.68% | - |
| HSV(B) | 191.63º | 0.44% | 0.87% | - |
| XYZ | 43.37 | 52.87 | 77.73 | - |
| YUV | 182.55 | 150.83 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 223 | 0.44 | 0.09 | 0 | 0.13 | 191.63 | 0.6 | 0.68 |
| Hex | 7D | CC | DF | 2C | 9 | 0 | D | C0 | 3C | 44 |
| Octal | 175 | 314 | 337 | 54 | 11 | 0 | 15 | 300 | 74 | 104 |
| Binary | 1111101 | 11001100 | 11011111 | 101100 | 1001 | 0 | 1101 | 11000000 | 111100 | 1000100 |
Color Harmonies of #7DCCDF
Complementary color
Monochromatic Colors of #7DCCDF
Black with #7DCCDF
Text Example
Text Example
White with #7DCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCCDF; }
p { color: rgb(125,204,223); }
H1.HeaderClassName
{
color: #7DCCDF;
}
.AnyTagClassName
{
color: #7DCCDF;
}
</style>
background-color css
<style>
a { background-color: #7DCCDF; }
a { background-color: rgb(125,204,223); }
div.DivClassName
{
background-color: #7DCCDF;
}
.BgClassName
{
background-color: #7DCCDF;
}
</style>
border-color css
<style>
span { border-color: #7DCCDF; }
span { border-color: rgb(125,204,223); }
td.TdClassName
{
border-color: #7DCCDF;
}
.TagClassName
{
border-color: #7DCCDF;
}
</style>