Shades of Spray #8ACDDD
Tints of Spray #8ACDDD
RGB
CMYK
RGB Variations
Color information
#8ACDDD (or 0x8ACDDD) is known color: Spray. HEX triplet: 8A, CD and DD. RGB value is (138,205,221). Sum of RGB (Red+Green+Blue) = 138+205+221=564 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.47% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #8ACDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDDD is #753222. Grayscale: #BABABA. Windows color (decimal): -7680547 or 14536074. OLE color: 14536074.
HSL color Cylindrical-coordinate representation of color #8ACDDD: hue angle of 191.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ACDDD is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 205 | 221 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.13 |
| HSL | 191.57º | 0.55% | 0.7% | - |
| HSV(B) | 191.57º | 0.38% | 0.87% | - |
| XYZ | 45.36 | 54.29 | 76.49 | - |
| YUV | 186.79 | 147.3 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 221 | 0.38 | 0.07 | 0 | 0.13 | 191.57 | 0.55 | 0.7 |
| Hex | 8A | CD | DD | 26 | 7 | 0 | D | C0 | 37 | 46 |
| Octal | 212 | 315 | 335 | 46 | 7 | 0 | 15 | 300 | 67 | 106 |
| Binary | 10001010 | 11001101 | 11011101 | 100110 | 111 | 0 | 1101 | 11000000 | 110111 | 1000110 |
Color Harmonies of #8ACDDD
Complementary color
Monochromatic Colors of #8ACDDD
Black with #8ACDDD
Text Example
Text Example
White with #8ACDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACDDD; }
p { color: rgb(138,205,221); }
H1.HeaderClassName
{
color: #8ACDDD;
}
.AnyTagClassName
{
color: #8ACDDD;
}
</style>
background-color css
<style>
a { background-color: #8ACDDD; }
a { background-color: rgb(138,205,221); }
div.DivClassName
{
background-color: #8ACDDD;
}
.BgClassName
{
background-color: #8ACDDD;
}
</style>
border-color css
<style>
span { border-color: #8ACDDD; }
span { border-color: rgb(138,205,221); }
td.TdClassName
{
border-color: #8ACDDD;
}
.TagClassName
{
border-color: #8ACDDD;
}
</style>