Shades of Spray #7DC3DA
Tints of Spray #7DC3DA
RGB
CMYK
RGB Variations
Color information
#7DC3DA (or 0x7DC3DA) is known color: Spray. HEX triplet: 7D, C3 and DA. RGB value is (125,195,218). Sum of RGB (Red+Green+Blue) = 125+195+218=538 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.23% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DC3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC3DA is #823C25. Grayscale: #B0B0B0. Windows color (decimal): -8535078 or 14336893. OLE color: 14336893.
HSL color Cylindrical-coordinate representation of color #7DC3DA: hue angle of 194.84º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DC3DA is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 195 | 218 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.15 |
| HSL | 194.84º | 0.56% | 0.67% | - |
| HSV(B) | 194.84º | 0.43% | 0.85% | - |
| XYZ | 40.63 | 48.45 | 73.54 | - |
| YUV | 176.69 | 151.31 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 195 | 218 | 0.43 | 0.11 | 0 | 0.15 | 194.84 | 0.56 | 0.67 |
| Hex | 7D | C3 | DA | 2B | B | 0 | F | C3 | 38 | 43 |
| Octal | 175 | 303 | 332 | 53 | 13 | 0 | 17 | 303 | 70 | 103 |
| Binary | 1111101 | 11000011 | 11011010 | 101011 | 1011 | 0 | 1111 | 11000011 | 111000 | 1000011 |
Color Harmonies of #7DC3DA
Complementary color
Monochromatic Colors of #7DC3DA
Black with #7DC3DA
Text Example
Text Example
White with #7DC3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC3DA; }
p { color: rgb(125,195,218); }
H1.HeaderClassName
{
color: #7DC3DA;
}
.AnyTagClassName
{
color: #7DC3DA;
}
</style>
background-color css
<style>
a { background-color: #7DC3DA; }
a { background-color: rgb(125,195,218); }
div.DivClassName
{
background-color: #7DC3DA;
}
.BgClassName
{
background-color: #7DC3DA;
}
</style>
border-color css
<style>
span { border-color: #7DC3DA; }
span { border-color: rgb(125,195,218); }
td.TdClassName
{
border-color: #7DC3DA;
}
.TagClassName
{
border-color: #7DC3DA;
}
</style>