Shades of Spray #8ACADB
Tints of Spray #8ACADB
RGB
CMYK
RGB Variations
Color information
#8ACADB (or 0x8ACADB) is known color: Spray. HEX triplet: 8A, CA and DB. RGB value is (138,202,219). Sum of RGB (Red+Green+Blue) = 138+202+219=559 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.69% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #8ACADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACADB is #753524. Grayscale: #B8B8B8. Windows color (decimal): -7681317 or 14404234. OLE color: 14404234.
HSL color Cylindrical-coordinate representation of color #8ACADB: hue angle of 192.59º degrees, saturation: 0.53, 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 #8ACADB is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 202 | 219 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.14 |
| HSL | 192.59º | 0.53% | 0.7% | - |
| HSV(B) | 192.59º | 0.37% | 0.86% | - |
| XYZ | 44.39 | 52.76 | 74.86 | - |
| YUV | 184.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 202 | 219 | 0.37 | 0.08 | 0 | 0.14 | 192.59 | 0.53 | 0.7 |
| Hex | 8A | CA | DB | 25 | 8 | 0 | E | C1 | 35 | 46 |
| Octal | 212 | 312 | 333 | 45 | 10 | 0 | 16 | 301 | 65 | 106 |
| Binary | 10001010 | 11001010 | 11011011 | 100101 | 1000 | 0 | 1110 | 11000001 | 110101 | 1000110 |
Color Harmonies of #8ACADB
Complementary color
Monochromatic Colors of #8ACADB
Black with #8ACADB
Text Example
Text Example
White with #8ACADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACADB; }
p { color: rgb(138,202,219); }
H1.HeaderClassName
{
color: #8ACADB;
}
.AnyTagClassName
{
color: #8ACADB;
}
</style>
background-color css
<style>
a { background-color: #8ACADB; }
a { background-color: rgb(138,202,219); }
div.DivClassName
{
background-color: #8ACADB;
}
.BgClassName
{
background-color: #8ACADB;
}
</style>
border-color css
<style>
span { border-color: #8ACADB; }
span { border-color: rgb(138,202,219); }
td.TdClassName
{
border-color: #8ACADB;
}
.TagClassName
{
border-color: #8ACADB;
}
</style>