Shades of Spray #7DCCD6
Tints of Spray #7DCCD6
RGB
CMYK
RGB Variations
Color information
#7DCCD6 (or 0x7DCCD6) is known color: Spray. HEX triplet: 7D, CC and D6. RGB value is (125,204,214). Sum of RGB (Red+Green+Blue) = 125+204+214=543 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.02% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #7DCCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCD6 is #823329. Grayscale: #B5B5B5. Windows color (decimal): -8532778 or 14077053. OLE color: 14077053.
HSL color Cylindrical-coordinate representation of color #7DCCD6: hue angle of 186.74º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DCCD6 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 204 | 214 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.16 |
| HSL | 186.74º | 0.52% | 0.66% | - |
| HSV(B) | 186.74º | 0.42% | 0.84% | - |
| XYZ | 42.19 | 52.4 | 71.51 | - |
| YUV | 181.52 | 146.33 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 214 | 0.42 | 0.05 | 0 | 0.16 | 186.74 | 0.52 | 0.66 |
| Hex | 7D | CC | D6 | 2A | 5 | 0 | 10 | BB | 34 | 42 |
| Octal | 175 | 314 | 326 | 52 | 5 | 0 | 20 | 273 | 64 | 102 |
| Binary | 1111101 | 11001100 | 11010110 | 101010 | 101 | 0 | 10000 | 10111011 | 110100 | 1000010 |
Color Harmonies of #7DCCD6
Complementary color
Monochromatic Colors of #7DCCD6
Black with #7DCCD6
Text Example
Text Example
White with #7DCCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCCD6; }
p { color: rgb(125,204,214); }
H1.HeaderClassName
{
color: #7DCCD6;
}
.AnyTagClassName
{
color: #7DCCD6;
}
</style>
background-color css
<style>
a { background-color: #7DCCD6; }
a { background-color: rgb(125,204,214); }
div.DivClassName
{
background-color: #7DCCD6;
}
.BgClassName
{
background-color: #7DCCD6;
}
</style>
border-color css
<style>
span { border-color: #7DCCD6; }
span { border-color: rgb(125,204,214); }
td.TdClassName
{
border-color: #7DCCD6;
}
.TagClassName
{
border-color: #7DCCD6;
}
</style>