Shades of Spray #7ACCDD
Tints of Spray #7ACCDD
RGB
CMYK
RGB Variations
Color information
#7ACCDD (or 0x7ACCDD) is known color: Spray. HEX triplet: 7A, CC and DD. RGB value is (122,204,221). Sum of RGB (Red+Green+Blue) = 122+204+221=547 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.30% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ACCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACCDD is #853322. Grayscale: #B5B5B5. Windows color (decimal): -8729379 or 14535802. OLE color: 14535802.
HSL color Cylindrical-coordinate representation of color #7ACCDD: hue angle of 190.3º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ACCDD is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 204 | 221 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.13 |
| HSL | 190.3º | 0.59% | 0.67% | - |
| HSV(B) | 190.3º | 0.45% | 0.87% | - |
| XYZ | 42.67 | 52.54 | 76.3 | - |
| YUV | 181.42 | 150.33 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 221 | 0.45 | 0.08 | 0 | 0.13 | 190.3 | 0.59 | 0.67 |
| Hex | 7A | CC | DD | 2D | 8 | 0 | D | BE | 3B | 43 |
| Octal | 172 | 314 | 335 | 55 | 10 | 0 | 15 | 276 | 73 | 103 |
| Binary | 1111010 | 11001100 | 11011101 | 101101 | 1000 | 0 | 1101 | 10111110 | 111011 | 1000011 |
Color Harmonies of #7ACCDD
Complementary color
Monochromatic Colors of #7ACCDD
Black with #7ACCDD
Text Example
Text Example
White with #7ACCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACCDD; }
p { color: rgb(122,204,221); }
H1.HeaderClassName
{
color: #7ACCDD;
}
.AnyTagClassName
{
color: #7ACCDD;
}
</style>
background-color css
<style>
a { background-color: #7ACCDD; }
a { background-color: rgb(122,204,221); }
div.DivClassName
{
background-color: #7ACCDD;
}
.BgClassName
{
background-color: #7ACCDD;
}
</style>
border-color css
<style>
span { border-color: #7ACCDD; }
span { border-color: rgb(122,204,221); }
td.TdClassName
{
border-color: #7ACCDD;
}
.TagClassName
{
border-color: #7ACCDD;
}
</style>