Shades of Spray #8AC8CE
Tints of Spray #8AC8CE
RGB
CMYK
RGB Variations
Color information
#8AC8CE (or 0x8AC8CE) is known color: Spray. HEX triplet: 8A, C8 and CE. RGB value is (138,200,206). Sum of RGB (Red+Green+Blue) = 138+200+206=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #8AC8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC8CE is #753731. Grayscale: #B6B6B6. Windows color (decimal): -7681842 or 13551754. OLE color: 13551754.
HSL color Cylindrical-coordinate representation of color #8AC8CE: hue angle of 185.29º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AC8CE is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 200 | 206 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.19 |
| HSL | 185.29º | 0.41% | 0.67% | - |
| HSV(B) | 185.29º | 0.33% | 0.81% | - |
| XYZ | 42.28 | 51.17 | 66.04 | - |
| YUV | 182.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 200 | 206 | 0.33 | 0.03 | 0 | 0.19 | 185.29 | 0.41 | 0.67 |
| Hex | 8A | C8 | CE | 21 | 3 | 0 | 13 | B9 | 29 | 43 |
| Octal | 212 | 310 | 316 | 41 | 3 | 0 | 23 | 271 | 51 | 103 |
| Binary | 10001010 | 11001000 | 11001110 | 100001 | 11 | 0 | 10011 | 10111001 | 101001 | 1000011 |
Color Harmonies of #8AC8CE
Complementary color
Monochromatic Colors of #8AC8CE
Black with #8AC8CE
Text Example
Text Example
White with #8AC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC8CE; }
p { color: rgb(138,200,206); }
H1.HeaderClassName
{
color: #8AC8CE;
}
.AnyTagClassName
{
color: #8AC8CE;
}
</style>
background-color css
<style>
a { background-color: #8AC8CE; }
a { background-color: rgb(138,200,206); }
div.DivClassName
{
background-color: #8AC8CE;
}
.BgClassName
{
background-color: #8AC8CE;
}
</style>
border-color css
<style>
span { border-color: #8AC8CE; }
span { border-color: rgb(138,200,206); }
td.TdClassName
{
border-color: #8AC8CE;
}
.TagClassName
{
border-color: #8AC8CE;
}
</style>