Shades of Spray #8AC1CE
Tints of Spray #8AC1CE
RGB
CMYK
RGB Variations
Color information
#8AC1CE (or 0x8AC1CE) is known color: Spray. HEX triplet: 8A, C1 and CE. RGB value is (138,193,206). Sum of RGB (Red+Green+Blue) = 138+193+206=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #8AC1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC1CE is #753E31. Grayscale: #B1B1B1. Windows color (decimal): -7683634 or 13549962. OLE color: 13549962.
HSL color Cylindrical-coordinate representation of color #8AC1CE: hue angle of 191.47º 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 #8AC1CE is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 193 | 206 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.19 |
| HSL | 191.47º | 0.41% | 0.67% | - |
| HSV(B) | 191.47º | 0.33% | 0.81% | - |
| XYZ | 40.69 | 48 | 65.51 | - |
| YUV | 178.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 206 | 0.33 | 0.06 | 0 | 0.19 | 191.47 | 0.41 | 0.67 |
| Hex | 8A | C1 | CE | 21 | 6 | 0 | 13 | BF | 29 | 43 |
| Octal | 212 | 301 | 316 | 41 | 6 | 0 | 23 | 277 | 51 | 103 |
| Binary | 10001010 | 11000001 | 11001110 | 100001 | 110 | 0 | 10011 | 10111111 | 101001 | 1000011 |
Color Harmonies of #8AC1CE
Complementary color
Monochromatic Colors of #8AC1CE
Black with #8AC1CE
Text Example
Text Example
White with #8AC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC1CE; }
p { color: rgb(138,193,206); }
H1.HeaderClassName
{
color: #8AC1CE;
}
.AnyTagClassName
{
color: #8AC1CE;
}
</style>
background-color css
<style>
a { background-color: #8AC1CE; }
a { background-color: rgb(138,193,206); }
div.DivClassName
{
background-color: #8AC1CE;
}
.BgClassName
{
background-color: #8AC1CE;
}
</style>
border-color css
<style>
span { border-color: #8AC1CE; }
span { border-color: rgb(138,193,206); }
td.TdClassName
{
border-color: #8AC1CE;
}
.TagClassName
{
border-color: #8AC1CE;
}
</style>