Shades of Spray #8AD2DC
Tints of Spray #8AD2DC
RGB
CMYK
RGB Variations
Color information
#8AD2DC (or 0x8AD2DC) is known color: Spray. HEX triplet: 8A, D2 and DC. RGB value is (138,210,220). Sum of RGB (Red+Green+Blue) = 138+210+220=568 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.30% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AD2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD2DC is #752D23. Grayscale: #BDBDBD. Windows color (decimal): -7679268 or 14471818. OLE color: 14471818.
HSL color Cylindrical-coordinate representation of color #8AD2DC: hue angle of 187.32º degrees, saturation: 0.54, 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 #8AD2DC is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 210 | 220 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.14 |
| HSL | 187.32º | 0.54% | 0.7% | - |
| HSV(B) | 187.32º | 0.37% | 0.86% | - |
| XYZ | 46.45 | 56.66 | 76.2 | - |
| YUV | 189.61 | 145.15 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 220 | 0.37 | 0.05 | 0 | 0.14 | 187.32 | 0.54 | 0.7 |
| Hex | 8A | D2 | DC | 25 | 5 | 0 | E | BB | 36 | 46 |
| Octal | 212 | 322 | 334 | 45 | 5 | 0 | 16 | 273 | 66 | 106 |
| Binary | 10001010 | 11010010 | 11011100 | 100101 | 101 | 0 | 1110 | 10111011 | 110110 | 1000110 |
Color Harmonies of #8AD2DC
Complementary color
Monochromatic Colors of #8AD2DC
Black with #8AD2DC
Text Example
Text Example
White with #8AD2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD2DC; }
p { color: rgb(138,210,220); }
H1.HeaderClassName
{
color: #8AD2DC;
}
.AnyTagClassName
{
color: #8AD2DC;
}
</style>
background-color css
<style>
a { background-color: #8AD2DC; }
a { background-color: rgb(138,210,220); }
div.DivClassName
{
background-color: #8AD2DC;
}
.BgClassName
{
background-color: #8AD2DC;
}
</style>
border-color css
<style>
span { border-color: #8AD2DC; }
span { border-color: rgb(138,210,220); }
td.TdClassName
{
border-color: #8AD2DC;
}
.TagClassName
{
border-color: #8AD2DC;
}
</style>