Shades of Spray #7AC3DF
Tints of Spray #7AC3DF
RGB
CMYK
RGB Variations
Color information
#7AC3DF (or 0x7AC3DF) is known color: Spray. HEX triplet: 7A, C3 and DF. RGB value is (122,195,223). Sum of RGB (Red+Green+Blue) = 122+195+223=540 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.59% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #7AC3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC3DF is #853C20. Grayscale: #B0B0B0. Windows color (decimal): -8731681 or 14664570. OLE color: 14664570.
HSL color Cylindrical-coordinate representation of color #7AC3DF: hue angle of 196.63º 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 #7AC3DF is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 195 | 223 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.13 |
| HSL | 196.63º | 0.61% | 0.68% | - |
| HSV(B) | 196.63º | 0.45% | 0.87% | - |
| XYZ | 40.86 | 48.5 | 77.02 | - |
| YUV | 176.37 | 154.32 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 195 | 223 | 0.45 | 0.13 | 0 | 0.13 | 196.63 | 0.61 | 0.68 |
| Hex | 7A | C3 | DF | 2D | D | 0 | D | C5 | 3D | 44 |
| Octal | 172 | 303 | 337 | 55 | 15 | 0 | 15 | 305 | 75 | 104 |
| Binary | 1111010 | 11000011 | 11011111 | 101101 | 1101 | 0 | 1101 | 11000101 | 111101 | 1000100 |
Color Harmonies of #7AC3DF
Complementary color
Monochromatic Colors of #7AC3DF
Black with #7AC3DF
Text Example
Text Example
White with #7AC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC3DF; }
p { color: rgb(122,195,223); }
H1.HeaderClassName
{
color: #7AC3DF;
}
.AnyTagClassName
{
color: #7AC3DF;
}
</style>
background-color css
<style>
a { background-color: #7AC3DF; }
a { background-color: rgb(122,195,223); }
div.DivClassName
{
background-color: #7AC3DF;
}
.BgClassName
{
background-color: #7AC3DF;
}
</style>
border-color css
<style>
span { border-color: #7AC3DF; }
span { border-color: rgb(122,195,223); }
td.TdClassName
{
border-color: #7AC3DF;
}
.TagClassName
{
border-color: #7AC3DF;
}
</style>