Shades of Spray #7ACCDC
Tints of Spray #7ACCDC
RGB
CMYK
RGB Variations
Color information
#7ACCDC (or 0x7ACCDC) is known color: Spray. HEX triplet: 7A, CC and DC. RGB value is (122,204,220). Sum of RGB (Red+Green+Blue) = 122+204+220=546 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.34% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #7ACCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACCDC is #853323. Grayscale: #B5B5B5. Windows color (decimal): -8729380 or 14470266. OLE color: 14470266.
HSL color Cylindrical-coordinate representation of color #7ACCDC: hue angle of 189.8º 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 #7ACCDC is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 204 | 220 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.14 |
| HSL | 189.8º | 0.58% | 0.67% | - |
| HSV(B) | 189.8º | 0.45% | 0.86% | - |
| XYZ | 42.54 | 52.49 | 75.6 | - |
| YUV | 181.31 | 149.83 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 220 | 0.45 | 0.07 | 0 | 0.14 | 189.8 | 0.58 | 0.67 |
| Hex | 7A | CC | DC | 2D | 7 | 0 | E | BE | 3A | 43 |
| Octal | 172 | 314 | 334 | 55 | 7 | 0 | 16 | 276 | 72 | 103 |
| Binary | 1111010 | 11001100 | 11011100 | 101101 | 111 | 0 | 1110 | 10111110 | 111010 | 1000011 |
Color Harmonies of #7ACCDC
Complementary color
Monochromatic Colors of #7ACCDC
Black with #7ACCDC
Text Example
Text Example
White with #7ACCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACCDC; }
p { color: rgb(122,204,220); }
H1.HeaderClassName
{
color: #7ACCDC;
}
.AnyTagClassName
{
color: #7ACCDC;
}
</style>
background-color css
<style>
a { background-color: #7ACCDC; }
a { background-color: rgb(122,204,220); }
div.DivClassName
{
background-color: #7ACCDC;
}
.BgClassName
{
background-color: #7ACCDC;
}
</style>
border-color css
<style>
span { border-color: #7ACCDC; }
span { border-color: rgb(122,204,220); }
td.TdClassName
{
border-color: #7ACCDC;
}
.TagClassName
{
border-color: #7ACCDC;
}
</style>