Shades of Spray #7ACDE8
Tints of Spray #7ACDE8
RGB
CMYK
RGB Variations
Color information
#7ACDE8 (or 0x7ACDE8) is known color: Spray. HEX triplet: 7A, CD and E8. RGB value is (122,205,232). Sum of RGB (Red+Green+Blue) = 122+205+232=559 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.82% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #7ACDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ACDE8 is #853217. Grayscale: #B7B7B7. Windows color (decimal): -8729112 or 15256954. OLE color: 15256954.
HSL color Cylindrical-coordinate representation of color #7ACDE8: hue angle of 194.73º degrees, saturation: 0.71, 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 #7ACDE8 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 205 | 232 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.09 |
| HSL | 194.73º | 0.71% | 0.69% | - |
| HSV(B) | 194.73º | 0.47% | 0.91% | - |
| XYZ | 44.42 | 53.63 | 84.35 | - |
| YUV | 183.26 | 155.5 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 232 | 0.47 | 0.12 | 0 | 0.09 | 194.73 | 0.71 | 0.69 |
| Hex | 7A | CD | E8 | 2F | C | 0 | 9 | C3 | 47 | 45 |
| Octal | 172 | 315 | 350 | 57 | 14 | 0 | 11 | 303 | 107 | 105 |
| Binary | 1111010 | 11001101 | 11101000 | 101111 | 1100 | 0 | 1001 | 11000011 | 1000111 | 1000101 |
Color Harmonies of #7ACDE8
Complementary color
Monochromatic Colors of #7ACDE8
Black with #7ACDE8
Text Example
Text Example
White with #7ACDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACDE8; }
p { color: rgb(122,205,232); }
H1.HeaderClassName
{
color: #7ACDE8;
}
.AnyTagClassName
{
color: #7ACDE8;
}
</style>
background-color css
<style>
a { background-color: #7ACDE8; }
a { background-color: rgb(122,205,232); }
div.DivClassName
{
background-color: #7ACDE8;
}
.BgClassName
{
background-color: #7ACDE8;
}
</style>
border-color css
<style>
span { border-color: #7ACDE8; }
span { border-color: rgb(122,205,232); }
td.TdClassName
{
border-color: #7ACDE8;
}
.TagClassName
{
border-color: #7ACDE8;
}
</style>