Shades of Spray #7AC7DF
Tints of Spray #7AC7DF
RGB
CMYK
RGB Variations
Color information
#7AC7DF (or 0x7AC7DF) is known color: Spray. HEX triplet: 7A, C7 and DF. RGB value is (122,199,223). Sum of RGB (Red+Green+Blue) = 122+199+223=544 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.43% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #7AC7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC7DF is #853820. Grayscale: #B2B2B2. Windows color (decimal): -8730657 or 14665594. OLE color: 14665594.
HSL color Cylindrical-coordinate representation of color #7AC7DF: hue angle of 194.26º 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 #7AC7DF is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 199 | 223 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.13 |
| HSL | 194.26º | 0.61% | 0.68% | - |
| HSV(B) | 194.26º | 0.45% | 0.87% | - |
| XYZ | 41.77 | 50.31 | 77.32 | - |
| YUV | 178.71 | 152.99 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 199 | 223 | 0.45 | 0.11 | 0 | 0.13 | 194.26 | 0.61 | 0.68 |
| Hex | 7A | C7 | DF | 2D | B | 0 | D | C2 | 3D | 44 |
| Octal | 172 | 307 | 337 | 55 | 13 | 0 | 15 | 302 | 75 | 104 |
| Binary | 1111010 | 11000111 | 11011111 | 101101 | 1011 | 0 | 1101 | 11000010 | 111101 | 1000100 |
Color Harmonies of #7AC7DF
Complementary color
Monochromatic Colors of #7AC7DF
Black with #7AC7DF
Text Example
Text Example
White with #7AC7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC7DF; }
p { color: rgb(122,199,223); }
H1.HeaderClassName
{
color: #7AC7DF;
}
.AnyTagClassName
{
color: #7AC7DF;
}
</style>
background-color css
<style>
a { background-color: #7AC7DF; }
a { background-color: rgb(122,199,223); }
div.DivClassName
{
background-color: #7AC7DF;
}
.BgClassName
{
background-color: #7AC7DF;
}
</style>
border-color css
<style>
span { border-color: #7AC7DF; }
span { border-color: rgb(122,199,223); }
td.TdClassName
{
border-color: #7AC7DF;
}
.TagClassName
{
border-color: #7AC7DF;
}
</style>