Shades of Spray #7DCADA
Tints of Spray #7DCADA
RGB
CMYK
RGB Variations
Color information
#7DCADA (or 0x7DCADA) is known color: Spray. HEX triplet: 7D, CA and DA. RGB value is (125,202,218). Sum of RGB (Red+Green+Blue) = 125+202+218=545 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.94% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DCADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCADA is #823525. Grayscale: #B4B4B4. Windows color (decimal): -8533286 or 14338685. OLE color: 14338685.
HSL color Cylindrical-coordinate representation of color #7DCADA: hue angle of 190.32º 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 #7DCADA is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 202 | 218 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.15 |
| HSL | 190.32º | 0.56% | 0.67% | - |
| HSV(B) | 190.32º | 0.43% | 0.85% | - |
| XYZ | 42.23 | 51.66 | 74.08 | - |
| YUV | 180.8 | 148.99 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 218 | 0.43 | 0.07 | 0 | 0.15 | 190.32 | 0.56 | 0.67 |
| Hex | 7D | CA | DA | 2B | 7 | 0 | F | BE | 38 | 43 |
| Octal | 175 | 312 | 332 | 53 | 7 | 0 | 17 | 276 | 70 | 103 |
| Binary | 1111101 | 11001010 | 11011010 | 101011 | 111 | 0 | 1111 | 10111110 | 111000 | 1000011 |
Color Harmonies of #7DCADA
Complementary color
Monochromatic Colors of #7DCADA
Black with #7DCADA
Text Example
Text Example
White with #7DCADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCADA; }
p { color: rgb(125,202,218); }
H1.HeaderClassName
{
color: #7DCADA;
}
.AnyTagClassName
{
color: #7DCADA;
}
</style>
background-color css
<style>
a { background-color: #7DCADA; }
a { background-color: rgb(125,202,218); }
div.DivClassName
{
background-color: #7DCADA;
}
.BgClassName
{
background-color: #7DCADA;
}
</style>
border-color css
<style>
span { border-color: #7DCADA; }
span { border-color: rgb(125,202,218); }
td.TdClassName
{
border-color: #7DCADA;
}
.TagClassName
{
border-color: #7DCADA;
}
</style>