Shades of Spray #8AD4DD
Tints of Spray #8AD4DD
RGB
CMYK
RGB Variations
Color information
#8AD4DD (or 0x8AD4DD) is known color: Spray. HEX triplet: 8A, D4 and DD. RGB value is (138,212,221). Sum of RGB (Red+Green+Blue) = 138+212+221=571 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.17% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AD4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD4DD is #752B22. Grayscale: #BEBEBE. Windows color (decimal): -7678755 or 14537866. OLE color: 14537866.
HSL color Cylindrical-coordinate representation of color #8AD4DD: hue angle of 186.51º 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 #8AD4DD is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 212 | 221 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.13 |
| HSL | 186.51º | 0.55% | 0.7% | - |
| HSV(B) | 186.51º | 0.38% | 0.87% | - |
| XYZ | 47.08 | 57.71 | 77.06 | - |
| YUV | 190.9 | 144.98 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 212 | 221 | 0.38 | 0.04 | 0 | 0.13 | 186.51 | 0.55 | 0.7 |
| Hex | 8A | D4 | DD | 26 | 4 | 0 | D | BB | 37 | 46 |
| Octal | 212 | 324 | 335 | 46 | 4 | 0 | 15 | 273 | 67 | 106 |
| Binary | 10001010 | 11010100 | 11011101 | 100110 | 100 | 0 | 1101 | 10111011 | 110111 | 1000110 |
Color Harmonies of #8AD4DD
Complementary color
Monochromatic Colors of #8AD4DD
Black with #8AD4DD
Text Example
Text Example
White with #8AD4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD4DD; }
p { color: rgb(138,212,221); }
H1.HeaderClassName
{
color: #8AD4DD;
}
.AnyTagClassName
{
color: #8AD4DD;
}
</style>
background-color css
<style>
a { background-color: #8AD4DD; }
a { background-color: rgb(138,212,221); }
div.DivClassName
{
background-color: #8AD4DD;
}
.BgClassName
{
background-color: #8AD4DD;
}
</style>
border-color css
<style>
span { border-color: #8AD4DD; }
span { border-color: rgb(138,212,221); }
td.TdClassName
{
border-color: #8AD4DD;
}
.TagClassName
{
border-color: #8AD4DD;
}
</style>