Shades of Spray #8AD2DB
Tints of Spray #8AD2DB
RGB
CMYK
RGB Variations
Color information
#8AD2DB (or 0x8AD2DB) is known color: Spray. HEX triplet: 8A, D2 and DB. RGB value is (138,210,219). Sum of RGB (Red+Green+Blue) = 138+210+219=567 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.34% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AD2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD2DB is #752D24. Grayscale: #BDBDBD. Windows color (decimal): -7679269 or 14406282. OLE color: 14406282.
HSL color Cylindrical-coordinate representation of color #8AD2DB: hue angle of 186.67º 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 #8AD2DB is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 210 | 219 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.14 |
| HSL | 186.67º | 0.53% | 0.7% | - |
| HSV(B) | 186.67º | 0.37% | 0.86% | - |
| XYZ | 46.31 | 56.61 | 75.5 | - |
| YUV | 189.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 219 | 0.37 | 0.04 | 0 | 0.14 | 186.67 | 0.53 | 0.7 |
| Hex | 8A | D2 | DB | 25 | 4 | 0 | E | BB | 35 | 46 |
| Octal | 212 | 322 | 333 | 45 | 4 | 0 | 16 | 273 | 65 | 106 |
| Binary | 10001010 | 11010010 | 11011011 | 100101 | 100 | 0 | 1110 | 10111011 | 110101 | 1000110 |
Color Harmonies of #8AD2DB
Complementary color
Monochromatic Colors of #8AD2DB
Black with #8AD2DB
Text Example
Text Example
White with #8AD2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD2DB; }
p { color: rgb(138,210,219); }
H1.HeaderClassName
{
color: #8AD2DB;
}
.AnyTagClassName
{
color: #8AD2DB;
}
</style>
background-color css
<style>
a { background-color: #8AD2DB; }
a { background-color: rgb(138,210,219); }
div.DivClassName
{
background-color: #8AD2DB;
}
.BgClassName
{
background-color: #8AD2DB;
}
</style>
border-color css
<style>
span { border-color: #8AD2DB; }
span { border-color: rgb(138,210,219); }
td.TdClassName
{
border-color: #8AD2DB;
}
.TagClassName
{
border-color: #8AD2DB;
}
</style>