Shades of Spray #8ACCDB
Tints of Spray #8ACCDB
RGB
CMYK
RGB Variations
Color information
#8ACCDB (or 0x8ACCDB) is known color: Spray. HEX triplet: 8A, CC and DB. RGB value is (138,204,219). Sum of RGB (Red+Green+Blue) = 138+204+219=561 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.60% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #8ACCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCDB is #753324. Grayscale: #B9B9B9. Windows color (decimal): -7680805 or 14404746. OLE color: 14404746.
HSL color Cylindrical-coordinate representation of color #8ACCDB: hue angle of 191.11º 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 #8ACCDB is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 204 | 219 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.14 |
| HSL | 191.11º | 0.53% | 0.7% | - |
| HSV(B) | 191.11º | 0.37% | 0.86% | - |
| XYZ | 44.86 | 53.7 | 75.02 | - |
| YUV | 185.98 | 146.63 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 219 | 0.37 | 0.07 | 0 | 0.14 | 191.11 | 0.53 | 0.7 |
| Hex | 8A | CC | DB | 25 | 7 | 0 | E | BF | 35 | 46 |
| Octal | 212 | 314 | 333 | 45 | 7 | 0 | 16 | 277 | 65 | 106 |
| Binary | 10001010 | 11001100 | 11011011 | 100101 | 111 | 0 | 1110 | 10111111 | 110101 | 1000110 |
Color Harmonies of #8ACCDB
Complementary color
Monochromatic Colors of #8ACCDB
Black with #8ACCDB
Text Example
Text Example
White with #8ACCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACCDB; }
p { color: rgb(138,204,219); }
H1.HeaderClassName
{
color: #8ACCDB;
}
.AnyTagClassName
{
color: #8ACCDB;
}
</style>
background-color css
<style>
a { background-color: #8ACCDB; }
a { background-color: rgb(138,204,219); }
div.DivClassName
{
background-color: #8ACCDB;
}
.BgClassName
{
background-color: #8ACCDB;
}
</style>
border-color css
<style>
span { border-color: #8ACCDB; }
span { border-color: rgb(138,204,219); }
td.TdClassName
{
border-color: #8ACCDB;
}
.TagClassName
{
border-color: #8ACCDB;
}
</style>