Shades of Spray #7AD2E7
Tints of Spray #7AD2E7
RGB
CMYK
RGB Variations
Color information
#7AD2E7 (or 0x7AD2E7) is known color: Spray. HEX triplet: 7A, D2 and E7. RGB value is (122,210,231). Sum of RGB (Red+Green+Blue) = 122+210+231=563 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.67% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 231 (90.62% from 255 or 41.03% from 563); Max value from RGB is 231 - color contains mainly: blue. Hex color #7AD2E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD2E7 is #852D18. Grayscale: #B9B9B9. Windows color (decimal): -8727833 or 15192698. OLE color: 15192698.
HSL color Cylindrical-coordinate representation of color #7AD2E7: hue angle of 191.56º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AD2E7 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 210 | 231 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.09 |
| HSL | 191.56º | 0.69% | 0.69% | - |
| HSV(B) | 191.56º | 0.47% | 0.91% | - |
| XYZ | 45.5 | 56 | 84.01 | - |
| YUV | 186.08 | 153.35 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 231 | 0.47 | 0.09 | 0 | 0.09 | 191.56 | 0.69 | 0.69 |
| Hex | 7A | D2 | E7 | 2F | 9 | 0 | 9 | C0 | 45 | 45 |
| Octal | 172 | 322 | 347 | 57 | 11 | 0 | 11 | 300 | 105 | 105 |
| Binary | 1111010 | 11010010 | 11100111 | 101111 | 1001 | 0 | 1001 | 11000000 | 1000101 | 1000101 |
Color Harmonies of #7AD2E7
Complementary color
Monochromatic Colors of #7AD2E7
Black with #7AD2E7
Text Example
Text Example
White with #7AD2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD2E7; }
p { color: rgb(122,210,231); }
H1.HeaderClassName
{
color: #7AD2E7;
}
.AnyTagClassName
{
color: #7AD2E7;
}
</style>
background-color css
<style>
a { background-color: #7AD2E7; }
a { background-color: rgb(122,210,231); }
div.DivClassName
{
background-color: #7AD2E7;
}
.BgClassName
{
background-color: #7AD2E7;
}
</style>
border-color css
<style>
span { border-color: #7AD2E7; }
span { border-color: rgb(122,210,231); }
td.TdClassName
{
border-color: #7AD2E7;
}
.TagClassName
{
border-color: #7AD2E7;
}
</style>