Shades of Spray #8AD1DB
Tints of Spray #8AD1DB
RGB
CMYK
RGB Variations
Color information
#8AD1DB (or 0x8AD1DB) is known color: Spray. HEX triplet: 8A, D1 and DB. RGB value is (138,209,219). Sum of RGB (Red+Green+Blue) = 138+209+219=566 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.38% from 566); Green value is 209 (82.03% from 255 or 36.93% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AD1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD1DB is #752E24. Grayscale: #BCBCBC. Windows color (decimal): -7679525 or 14406026. OLE color: 14406026.
HSL color Cylindrical-coordinate representation of color #8AD1DB: hue angle of 187.41º 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 #8AD1DB is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 209 | 219 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.14 |
| HSL | 187.41º | 0.53% | 0.7% | - |
| HSV(B) | 187.41º | 0.37% | 0.86% | - |
| XYZ | 46.07 | 56.12 | 75.42 | - |
| YUV | 188.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 209 | 219 | 0.37 | 0.05 | 0 | 0.14 | 187.41 | 0.53 | 0.7 |
| Hex | 8A | D1 | DB | 25 | 5 | 0 | E | BB | 35 | 46 |
| Octal | 212 | 321 | 333 | 45 | 5 | 0 | 16 | 273 | 65 | 106 |
| Binary | 10001010 | 11010001 | 11011011 | 100101 | 101 | 0 | 1110 | 10111011 | 110101 | 1000110 |
Color Harmonies of #8AD1DB
Complementary color
Monochromatic Colors of #8AD1DB
Black with #8AD1DB
Text Example
Text Example
White with #8AD1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD1DB; }
p { color: rgb(138,209,219); }
H1.HeaderClassName
{
color: #8AD1DB;
}
.AnyTagClassName
{
color: #8AD1DB;
}
</style>
background-color css
<style>
a { background-color: #8AD1DB; }
a { background-color: rgb(138,209,219); }
div.DivClassName
{
background-color: #8AD1DB;
}
.BgClassName
{
background-color: #8AD1DB;
}
</style>
border-color css
<style>
span { border-color: #8AD1DB; }
span { border-color: rgb(138,209,219); }
td.TdClassName
{
border-color: #8AD1DB;
}
.TagClassName
{
border-color: #8AD1DB;
}
</style>