Shades of Spray #7AC8D5
Tints of Spray #7AC8D5
RGB
CMYK
RGB Variations
Color information
#7AC8D5 (or 0x7AC8D5) is known color: Spray. HEX triplet: 7A, C8 and D5. RGB value is (122,200,213). Sum of RGB (Red+Green+Blue) = 122+200+213=535 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.80% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #7AC8D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC8D5 is #85372A. Grayscale: #B2B2B2. Windows color (decimal): -8730411 or 14010490. OLE color: 14010490.
HSL color Cylindrical-coordinate representation of color #7AC8D5: hue angle of 188.57º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AC8D5 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 200 | 213 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.16 |
| HSL | 188.57º | 0.52% | 0.66% | - |
| HSV(B) | 188.57º | 0.43% | 0.84% | - |
| XYZ | 40.69 | 50.25 | 70.51 | - |
| YUV | 178.16 | 147.66 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 200 | 213 | 0.43 | 0.06 | 0 | 0.16 | 188.57 | 0.52 | 0.66 |
| Hex | 7A | C8 | D5 | 2B | 6 | 0 | 10 | BD | 34 | 42 |
| Octal | 172 | 310 | 325 | 53 | 6 | 0 | 20 | 275 | 64 | 102 |
| Binary | 1111010 | 11001000 | 11010101 | 101011 | 110 | 0 | 10000 | 10111101 | 110100 | 1000010 |
Color Harmonies of #7AC8D5
Complementary color
Monochromatic Colors of #7AC8D5
Black with #7AC8D5
Text Example
Text Example
White with #7AC8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC8D5; }
p { color: rgb(122,200,213); }
H1.HeaderClassName
{
color: #7AC8D5;
}
.AnyTagClassName
{
color: #7AC8D5;
}
</style>
background-color css
<style>
a { background-color: #7AC8D5; }
a { background-color: rgb(122,200,213); }
div.DivClassName
{
background-color: #7AC8D5;
}
.BgClassName
{
background-color: #7AC8D5;
}
</style>
border-color css
<style>
span { border-color: #7AC8D5; }
span { border-color: rgb(122,200,213); }
td.TdClassName
{
border-color: #7AC8D5;
}
.TagClassName
{
border-color: #7AC8D5;
}
</style>