Shades of Spray #7ACCDE
Tints of Spray #7ACCDE
RGB
CMYK
RGB Variations
Color information
#7ACCDE (or 0x7ACCDE) is known color: Spray. HEX triplet: 7A, CC and DE. RGB value is (122,204,222). Sum of RGB (Red+Green+Blue) = 122+204+222=548 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.26% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #7ACCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACCDE is #853321. Grayscale: #B5B5B5. Windows color (decimal): -8729378 or 14601338. OLE color: 14601338.
HSL color Cylindrical-coordinate representation of color #7ACCDE: hue angle of 190.8º degrees, saturation: 0.6, 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 #7ACCDE is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 204 | 222 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.13 |
| HSL | 190.8º | 0.6% | 0.67% | - |
| HSV(B) | 190.8º | 0.45% | 0.87% | - |
| XYZ | 42.8 | 52.6 | 77 | - |
| YUV | 181.53 | 150.83 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 222 | 0.45 | 0.08 | 0 | 0.13 | 190.8 | 0.6 | 0.67 |
| Hex | 7A | CC | DE | 2D | 8 | 0 | D | BF | 3C | 43 |
| Octal | 172 | 314 | 336 | 55 | 10 | 0 | 15 | 277 | 74 | 103 |
| Binary | 1111010 | 11001100 | 11011110 | 101101 | 1000 | 0 | 1101 | 10111111 | 111100 | 1000011 |
Color Harmonies of #7ACCDE
Complementary color
Monochromatic Colors of #7ACCDE
Black with #7ACCDE
Text Example
Text Example
White with #7ACCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACCDE; }
p { color: rgb(122,204,222); }
H1.HeaderClassName
{
color: #7ACCDE;
}
.AnyTagClassName
{
color: #7ACCDE;
}
</style>
background-color css
<style>
a { background-color: #7ACCDE; }
a { background-color: rgb(122,204,222); }
div.DivClassName
{
background-color: #7ACCDE;
}
.BgClassName
{
background-color: #7ACCDE;
}
</style>
border-color css
<style>
span { border-color: #7ACCDE; }
span { border-color: rgb(122,204,222); }
td.TdClassName
{
border-color: #7ACCDE;
}
.TagClassName
{
border-color: #7ACCDE;
}
</style>