Shades of Spray #7AC6DF
Tints of Spray #7AC6DF
RGB
CMYK
RGB Variations
Color information
#7AC6DF (or 0x7AC6DF) is known color: Spray. HEX triplet: 7A, C6 and DF. RGB value is (122,198,223). Sum of RGB (Red+Green+Blue) = 122+198+223=543 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.47% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #7AC6DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC6DF is #853920. Grayscale: #B1B1B1. Windows color (decimal): -8730913 or 14665338. OLE color: 14665338.
HSL color Cylindrical-coordinate representation of color #7AC6DF: hue angle of 194.85º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AC6DF is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 198 | 223 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.13 |
| HSL | 194.85º | 0.61% | 0.68% | - |
| HSV(B) | 194.85º | 0.45% | 0.87% | - |
| XYZ | 41.54 | 49.85 | 77.25 | - |
| YUV | 178.13 | 153.32 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 198 | 223 | 0.45 | 0.11 | 0 | 0.13 | 194.85 | 0.61 | 0.68 |
| Hex | 7A | C6 | DF | 2D | B | 0 | D | C3 | 3D | 44 |
| Octal | 172 | 306 | 337 | 55 | 13 | 0 | 15 | 303 | 75 | 104 |
| Binary | 1111010 | 11000110 | 11011111 | 101101 | 1011 | 0 | 1101 | 11000011 | 111101 | 1000100 |
Color Harmonies of #7AC6DF
Complementary color
Monochromatic Colors of #7AC6DF
Black with #7AC6DF
Text Example
Text Example
White with #7AC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC6DF; }
p { color: rgb(122,198,223); }
H1.HeaderClassName
{
color: #7AC6DF;
}
.AnyTagClassName
{
color: #7AC6DF;
}
</style>
background-color css
<style>
a { background-color: #7AC6DF; }
a { background-color: rgb(122,198,223); }
div.DivClassName
{
background-color: #7AC6DF;
}
.BgClassName
{
background-color: #7AC6DF;
}
</style>
border-color css
<style>
span { border-color: #7AC6DF; }
span { border-color: rgb(122,198,223); }
td.TdClassName
{
border-color: #7AC6DF;
}
.TagClassName
{
border-color: #7AC6DF;
}
</style>