Shades of Spray #8ADADA
Tints of Spray #8ADADA
RGB
CMYK
RGB Variations
Color information
#8ADADA (or 0x8ADADA) is known color: Spray. HEX triplet: 8A, DA and DA. RGB value is (138,218,218). Sum of RGB (Red+Green+Blue) = 138+218+218=574 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24.04% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #8ADADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADADA is #752525. Grayscale: #C2C2C2. Windows color (decimal): -7677222 or 14342794. OLE color: 14342794.
HSL color Cylindrical-coordinate representation of color #8ADADA: hue angle of 180º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADADA is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 218 | 218 | - |
| CMYK | 0.37 | 0 | 0 | 0.15 |
| HSL | 180º | 0.52% | 0.7% | - |
| HSV(B) | 180º | 0.37% | 0.85% | - |
| XYZ | 48.21 | 60.61 | 75.49 | - |
| YUV | 194.08 | 141.5 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 218 | 0.37 | 0 | 0 | 0.15 | 180 | 0.52 | 0.7 |
| Hex | 8A | DA | DA | 25 | 0 | 0 | F | B4 | 34 | 46 |
| Octal | 212 | 332 | 332 | 45 | 0 | 0 | 17 | 264 | 64 | 106 |
| Binary | 10001010 | 11011010 | 11011010 | 100101 | 0 | 0 | 1111 | 10110100 | 110100 | 1000110 |
Color Harmonies of #8ADADA
Complementary color
Monochromatic Colors of #8ADADA
Black with #8ADADA
Text Example
Text Example
White with #8ADADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADADA; }
p { color: rgb(138,218,218); }
H1.HeaderClassName
{
color: #8ADADA;
}
.AnyTagClassName
{
color: #8ADADA;
}
</style>
background-color css
<style>
a { background-color: #8ADADA; }
a { background-color: rgb(138,218,218); }
div.DivClassName
{
background-color: #8ADADA;
}
.BgClassName
{
background-color: #8ADADA;
}
</style>
border-color css
<style>
span { border-color: #8ADADA; }
span { border-color: rgb(138,218,218); }
td.TdClassName
{
border-color: #8ADADA;
}
.TagClassName
{
border-color: #8ADADA;
}
</style>