Shades of Spray #8AD9DF
Tints of Spray #8AD9DF
RGB
CMYK
RGB Variations
Color information
#8AD9DF (or 0x8AD9DF) is known color: Spray. HEX triplet: 8A, D9 and DF. RGB value is (138,217,223). Sum of RGB (Red+Green+Blue) = 138+217+223=578 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.88% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AD9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD9DF is #752620. Grayscale: #C1C1C1. Windows color (decimal): -7677473 or 14670218. OLE color: 14670218.
HSL color Cylindrical-coordinate representation of color #8AD9DF: hue angle of 184.24º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AD9DF is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 217 | 223 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.13 |
| HSL | 184.24º | 0.57% | 0.71% | - |
| HSV(B) | 184.24º | 0.38% | 0.87% | - |
| XYZ | 48.61 | 60.36 | 78.9 | - |
| YUV | 194.06 | 144.33 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 217 | 223 | 0.38 | 0.03 | 0 | 0.13 | 184.24 | 0.57 | 0.71 |
| Hex | 8A | D9 | DF | 26 | 3 | 0 | D | B8 | 39 | 47 |
| Octal | 212 | 331 | 337 | 46 | 3 | 0 | 15 | 270 | 71 | 107 |
| Binary | 10001010 | 11011001 | 11011111 | 100110 | 11 | 0 | 1101 | 10111000 | 111001 | 1000111 |
Color Harmonies of #8AD9DF
Complementary color
Monochromatic Colors of #8AD9DF
Black with #8AD9DF
Text Example
Text Example
White with #8AD9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD9DF; }
p { color: rgb(138,217,223); }
H1.HeaderClassName
{
color: #8AD9DF;
}
.AnyTagClassName
{
color: #8AD9DF;
}
</style>
background-color css
<style>
a { background-color: #8AD9DF; }
a { background-color: rgb(138,217,223); }
div.DivClassName
{
background-color: #8AD9DF;
}
.BgClassName
{
background-color: #8AD9DF;
}
</style>
border-color css
<style>
span { border-color: #8AD9DF; }
span { border-color: rgb(138,217,223); }
td.TdClassName
{
border-color: #8AD9DF;
}
.TagClassName
{
border-color: #8AD9DF;
}
</style>