Shades of Spray #8AC6CE
Tints of Spray #8AC6CE
RGB
CMYK
RGB Variations
Color information
#8AC6CE (or 0x8AC6CE) is known color: Spray. HEX triplet: 8A, C6 and CE. RGB value is (138,198,206). Sum of RGB (Red+Green+Blue) = 138+198+206=542 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.46% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #8AC6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC6CE is #753931. Grayscale: #B4B4B4. Windows color (decimal): -7682354 or 13551242. OLE color: 13551242.
HSL color Cylindrical-coordinate representation of color #8AC6CE: hue angle of 187.06º 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 #8AC6CE is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 198 | 206 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.19 |
| HSL | 187.06º | 0.41% | 0.67% | - |
| HSV(B) | 187.06º | 0.33% | 0.81% | - |
| XYZ | 41.82 | 50.25 | 65.89 | - |
| YUV | 180.97 | 142.12 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 198 | 206 | 0.33 | 0.04 | 0 | 0.19 | 187.06 | 0.41 | 0.67 |
| Hex | 8A | C6 | CE | 21 | 4 | 0 | 13 | BB | 29 | 43 |
| Octal | 212 | 306 | 316 | 41 | 4 | 0 | 23 | 273 | 51 | 103 |
| Binary | 10001010 | 11000110 | 11001110 | 100001 | 100 | 0 | 10011 | 10111011 | 101001 | 1000011 |
Color Harmonies of #8AC6CE
Complementary color
Monochromatic Colors of #8AC6CE
Black with #8AC6CE
Text Example
Text Example
White with #8AC6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC6CE; }
p { color: rgb(138,198,206); }
H1.HeaderClassName
{
color: #8AC6CE;
}
.AnyTagClassName
{
color: #8AC6CE;
}
</style>
background-color css
<style>
a { background-color: #8AC6CE; }
a { background-color: rgb(138,198,206); }
div.DivClassName
{
background-color: #8AC6CE;
}
.BgClassName
{
background-color: #8AC6CE;
}
</style>
border-color css
<style>
span { border-color: #8AC6CE; }
span { border-color: rgb(138,198,206); }
td.TdClassName
{
border-color: #8AC6CE;
}
.TagClassName
{
border-color: #8AC6CE;
}
</style>