Shades of Spray #8AC3CA
Tints of Spray #8AC3CA
RGB
CMYK
RGB Variations
Color information
#8AC3CA (or 0x8AC3CA) is known color: Spray. HEX triplet: 8A, C3 and CA. RGB value is (138,195,202). Sum of RGB (Red+Green+Blue) = 138+195+202=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #8AC3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC3CA is #753C35. Grayscale: #B2B2B2. Windows color (decimal): -7683126 or 13288330. OLE color: 13288330.
HSL color Cylindrical-coordinate representation of color #8AC3CA: hue angle of 186.56º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AC3CA is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 195 | 202 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.21 |
| HSL | 186.56º | 0.38% | 0.67% | - |
| HSV(B) | 186.56º | 0.32% | 0.79% | - |
| XYZ | 40.66 | 48.7 | 63.13 | - |
| YUV | 178.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 195 | 202 | 0.32 | 0.03 | 0 | 0.21 | 186.56 | 0.38 | 0.67 |
| Hex | 8A | C3 | CA | 20 | 3 | 0 | 15 | BB | 26 | 43 |
| Octal | 212 | 303 | 312 | 40 | 3 | 0 | 25 | 273 | 46 | 103 |
| Binary | 10001010 | 11000011 | 11001010 | 100000 | 11 | 0 | 10101 | 10111011 | 100110 | 1000011 |
Color Harmonies of #8AC3CA
Complementary color
Monochromatic Colors of #8AC3CA
Black with #8AC3CA
Text Example
Text Example
White with #8AC3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC3CA; }
p { color: rgb(138,195,202); }
H1.HeaderClassName
{
color: #8AC3CA;
}
.AnyTagClassName
{
color: #8AC3CA;
}
</style>
background-color css
<style>
a { background-color: #8AC3CA; }
a { background-color: rgb(138,195,202); }
div.DivClassName
{
background-color: #8AC3CA;
}
.BgClassName
{
background-color: #8AC3CA;
}
</style>
border-color css
<style>
span { border-color: #8AC3CA; }
span { border-color: rgb(138,195,202); }
td.TdClassName
{
border-color: #8AC3CA;
}
.TagClassName
{
border-color: #8AC3CA;
}
</style>