Shades of Spray #7ACCDB
Tints of Spray #7ACCDB
RGB
CMYK
RGB Variations
Color information
#7ACCDB (or 0x7ACCDB) is known color: Spray. HEX triplet: 7A, CC and DB. RGB value is (122,204,219). Sum of RGB (Red+Green+Blue) = 122+204+219=545 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.39% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #7ACCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACCDB is #853324. Grayscale: #B5B5B5. Windows color (decimal): -8729381 or 14404730. OLE color: 14404730.
HSL color Cylindrical-coordinate representation of color #7ACCDB: hue angle of 189.28º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ACCDB is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 204 | 219 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.14 |
| HSL | 189.28º | 0.57% | 0.67% | - |
| HSV(B) | 189.28º | 0.44% | 0.86% | - |
| XYZ | 42.41 | 52.44 | 74.9 | - |
| YUV | 181.19 | 149.33 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 219 | 0.44 | 0.07 | 0 | 0.14 | 189.28 | 0.57 | 0.67 |
| Hex | 7A | CC | DB | 2C | 7 | 0 | E | BD | 39 | 43 |
| Octal | 172 | 314 | 333 | 54 | 7 | 0 | 16 | 275 | 71 | 103 |
| Binary | 1111010 | 11001100 | 11011011 | 101100 | 111 | 0 | 1110 | 10111101 | 111001 | 1000011 |
Color Harmonies of #7ACCDB
Complementary color
Monochromatic Colors of #7ACCDB
Black with #7ACCDB
Text Example
Text Example
White with #7ACCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACCDB; }
p { color: rgb(122,204,219); }
H1.HeaderClassName
{
color: #7ACCDB;
}
.AnyTagClassName
{
color: #7ACCDB;
}
</style>
background-color css
<style>
a { background-color: #7ACCDB; }
a { background-color: rgb(122,204,219); }
div.DivClassName
{
background-color: #7ACCDB;
}
.BgClassName
{
background-color: #7ACCDB;
}
</style>
border-color css
<style>
span { border-color: #7ACCDB; }
span { border-color: rgb(122,204,219); }
td.TdClassName
{
border-color: #7ACCDB;
}
.TagClassName
{
border-color: #7ACCDB;
}
</style>