Shades of Spray #7AC8DC
Tints of Spray #7AC8DC
RGB
CMYK
RGB Variations
Color information
#7AC8DC (or 0x7AC8DC) is known color: Spray. HEX triplet: 7A, C8 and DC. RGB value is (122,200,220). Sum of RGB (Red+Green+Blue) = 122+200+220=542 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.51% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AC8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC8DC is #853723. Grayscale: #B2B2B2. Windows color (decimal): -8730404 or 14469242. OLE color: 14469242.
HSL color Cylindrical-coordinate representation of color #7AC8DC: hue angle of 192.24º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AC8DC is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 200 | 220 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.14 |
| HSL | 192.24º | 0.58% | 0.67% | - |
| HSV(B) | 192.24º | 0.45% | 0.86% | - |
| XYZ | 41.6 | 50.61 | 75.29 | - |
| YUV | 178.96 | 151.16 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 200 | 220 | 0.45 | 0.09 | 0 | 0.14 | 192.24 | 0.58 | 0.67 |
| Hex | 7A | C8 | DC | 2D | 9 | 0 | E | C0 | 3A | 43 |
| Octal | 172 | 310 | 334 | 55 | 11 | 0 | 16 | 300 | 72 | 103 |
| Binary | 1111010 | 11001000 | 11011100 | 101101 | 1001 | 0 | 1110 | 11000000 | 111010 | 1000011 |
Color Harmonies of #7AC8DC
Complementary color
Monochromatic Colors of #7AC8DC
Black with #7AC8DC
Text Example
Text Example
White with #7AC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC8DC; }
p { color: rgb(122,200,220); }
H1.HeaderClassName
{
color: #7AC8DC;
}
.AnyTagClassName
{
color: #7AC8DC;
}
</style>
background-color css
<style>
a { background-color: #7AC8DC; }
a { background-color: rgb(122,200,220); }
div.DivClassName
{
background-color: #7AC8DC;
}
.BgClassName
{
background-color: #7AC8DC;
}
</style>
border-color css
<style>
span { border-color: #7AC8DC; }
span { border-color: rgb(122,200,220); }
td.TdClassName
{
border-color: #7AC8DC;
}
.TagClassName
{
border-color: #7AC8DC;
}
</style>