Shades of Spray #8AD0DF
Tints of Spray #8AD0DF
RGB
CMYK
RGB Variations
Color information
#8AD0DF (or 0x8AD0DF) is known color: Spray. HEX triplet: 8A, D0 and DF. RGB value is (138,208,223). Sum of RGB (Red+Green+Blue) = 138+208+223=569 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.25% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AD0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD0DF is #752F20. Grayscale: #BCBCBC. Windows color (decimal): -7679777 or 14667914. OLE color: 14667914.
HSL color Cylindrical-coordinate representation of color #8AD0DF: hue angle of 190.59º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AD0DF is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 208 | 223 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.13 |
| HSL | 190.59º | 0.57% | 0.71% | - |
| HSV(B) | 190.59º | 0.38% | 0.87% | - |
| XYZ | 46.36 | 55.84 | 78.15 | - |
| YUV | 188.78 | 147.31 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 223 | 0.38 | 0.07 | 0 | 0.13 | 190.59 | 0.57 | 0.71 |
| Hex | 8A | D0 | DF | 26 | 7 | 0 | D | BF | 39 | 47 |
| Octal | 212 | 320 | 337 | 46 | 7 | 0 | 15 | 277 | 71 | 107 |
| Binary | 10001010 | 11010000 | 11011111 | 100110 | 111 | 0 | 1101 | 10111111 | 111001 | 1000111 |
Color Harmonies of #8AD0DF
Complementary color
Monochromatic Colors of #8AD0DF
Black with #8AD0DF
Text Example
Text Example
White with #8AD0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD0DF; }
p { color: rgb(138,208,223); }
H1.HeaderClassName
{
color: #8AD0DF;
}
.AnyTagClassName
{
color: #8AD0DF;
}
</style>
background-color css
<style>
a { background-color: #8AD0DF; }
a { background-color: rgb(138,208,223); }
div.DivClassName
{
background-color: #8AD0DF;
}
.BgClassName
{
background-color: #8AD0DF;
}
</style>
border-color css
<style>
span { border-color: #8AD0DF; }
span { border-color: rgb(138,208,223); }
td.TdClassName
{
border-color: #8AD0DF;
}
.TagClassName
{
border-color: #8AD0DF;
}
</style>