Shades of Spray #7AC3DE
Tints of Spray #7AC3DE
RGB
CMYK
RGB Variations
Color information
#7AC3DE (or 0x7AC3DE) is known color: Spray. HEX triplet: 7A, C3 and DE. RGB value is (122,195,222). Sum of RGB (Red+Green+Blue) = 122+195+222=539 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.63% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #7AC3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC3DE is #853C21. Grayscale: #B0B0B0. Windows color (decimal): -8731682 or 14599034. OLE color: 14599034.
HSL color Cylindrical-coordinate representation of color #7AC3DE: hue angle of 196.2º 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 #7AC3DE is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 195 | 222 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.13 |
| HSL | 196.2º | 0.6% | 0.67% | - |
| HSV(B) | 196.2º | 0.45% | 0.87% | - |
| XYZ | 40.73 | 48.44 | 76.31 | - |
| YUV | 176.25 | 153.82 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 195 | 222 | 0.45 | 0.12 | 0 | 0.13 | 196.2 | 0.6 | 0.67 |
| Hex | 7A | C3 | DE | 2D | C | 0 | D | C4 | 3C | 43 |
| Octal | 172 | 303 | 336 | 55 | 14 | 0 | 15 | 304 | 74 | 103 |
| Binary | 1111010 | 11000011 | 11011110 | 101101 | 1100 | 0 | 1101 | 11000100 | 111100 | 1000011 |
Color Harmonies of #7AC3DE
Complementary color
Monochromatic Colors of #7AC3DE
Black with #7AC3DE
Text Example
Text Example
White with #7AC3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC3DE; }
p { color: rgb(122,195,222); }
H1.HeaderClassName
{
color: #7AC3DE;
}
.AnyTagClassName
{
color: #7AC3DE;
}
</style>
background-color css
<style>
a { background-color: #7AC3DE; }
a { background-color: rgb(122,195,222); }
div.DivClassName
{
background-color: #7AC3DE;
}
.BgClassName
{
background-color: #7AC3DE;
}
</style>
border-color css
<style>
span { border-color: #7AC3DE; }
span { border-color: rgb(122,195,222); }
td.TdClassName
{
border-color: #7AC3DE;
}
.TagClassName
{
border-color: #7AC3DE;
}
</style>