Shades of Spray #7AC8DE
Tints of Spray #7AC8DE
RGB
CMYK
RGB Variations
Color information
#7AC8DE (or 0x7AC8DE) is known color: Spray. HEX triplet: 7A, C8 and DE. RGB value is (122,200,222). Sum of RGB (Red+Green+Blue) = 122+200+222=544 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.43% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #7AC8DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC8DE is #853721. Grayscale: #B3B3B3. Windows color (decimal): -8730402 or 14600314. OLE color: 14600314.
HSL color Cylindrical-coordinate representation of color #7AC8DE: hue angle of 193.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 #7AC8DE is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 200 | 222 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.13 |
| HSL | 193.2º | 0.6% | 0.67% | - |
| HSV(B) | 193.2º | 0.45% | 0.87% | - |
| XYZ | 41.87 | 50.72 | 76.69 | - |
| YUV | 179.19 | 152.16 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 200 | 222 | 0.45 | 0.10 | 0 | 0.13 | 193.2 | 0.6 | 0.67 |
| Hex | 7A | C8 | DE | 2D | A | 0 | D | C1 | 3C | 43 |
| Octal | 172 | 310 | 336 | 55 | 12 | 0 | 15 | 301 | 74 | 103 |
| Binary | 1111010 | 11001000 | 11011110 | 101101 | 1010 | 0 | 1101 | 11000001 | 111100 | 1000011 |
Color Harmonies of #7AC8DE
Complementary color
Monochromatic Colors of #7AC8DE
Black with #7AC8DE
Text Example
Text Example
White with #7AC8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC8DE; }
p { color: rgb(122,200,222); }
H1.HeaderClassName
{
color: #7AC8DE;
}
.AnyTagClassName
{
color: #7AC8DE;
}
</style>
background-color css
<style>
a { background-color: #7AC8DE; }
a { background-color: rgb(122,200,222); }
div.DivClassName
{
background-color: #7AC8DE;
}
.BgClassName
{
background-color: #7AC8DE;
}
</style>
border-color css
<style>
span { border-color: #7AC8DE; }
span { border-color: rgb(122,200,222); }
td.TdClassName
{
border-color: #7AC8DE;
}
.TagClassName
{
border-color: #7AC8DE;
}
</style>