Shades of Spray #8ACADC
Tints of Spray #8ACADC
RGB
CMYK
RGB Variations
Color information
#8ACADC (or 0x8ACADC) is known color: Spray. HEX triplet: 8A, CA and DC. RGB value is (138,202,220). Sum of RGB (Red+Green+Blue) = 138+202+220=560 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.64% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #8ACADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACADC is #753523. Grayscale: #B8B8B8. Windows color (decimal): -7681316 or 14469770. OLE color: 14469770.
HSL color Cylindrical-coordinate representation of color #8ACADC: hue angle of 193.17º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ACADC is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 202 | 220 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.14 |
| HSL | 193.17º | 0.54% | 0.7% | - |
| HSV(B) | 193.17º | 0.37% | 0.86% | - |
| XYZ | 44.52 | 52.81 | 75.56 | - |
| YUV | 184.92 | 147.8 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 202 | 220 | 0.37 | 0.08 | 0 | 0.14 | 193.17 | 0.54 | 0.7 |
| Hex | 8A | CA | DC | 25 | 8 | 0 | E | C1 | 36 | 46 |
| Octal | 212 | 312 | 334 | 45 | 10 | 0 | 16 | 301 | 66 | 106 |
| Binary | 10001010 | 11001010 | 11011100 | 100101 | 1000 | 0 | 1110 | 11000001 | 110110 | 1000110 |
Color Harmonies of #8ACADC
Complementary color
Monochromatic Colors of #8ACADC
Black with #8ACADC
Text Example
Text Example
White with #8ACADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACADC; }
p { color: rgb(138,202,220); }
H1.HeaderClassName
{
color: #8ACADC;
}
.AnyTagClassName
{
color: #8ACADC;
}
</style>
background-color css
<style>
a { background-color: #8ACADC; }
a { background-color: rgb(138,202,220); }
div.DivClassName
{
background-color: #8ACADC;
}
.BgClassName
{
background-color: #8ACADC;
}
</style>
border-color css
<style>
span { border-color: #8ACADC; }
span { border-color: rgb(138,202,220); }
td.TdClassName
{
border-color: #8ACADC;
}
.TagClassName
{
border-color: #8ACADC;
}
</style>