Shades of Spray #8AC4CA
Tints of Spray #8AC4CA
RGB
CMYK
RGB Variations
Color information
#8AC4CA (or 0x8AC4CA) is known color: Spray. HEX triplet: 8A, C4 and CA. RGB value is (138,196,202). Sum of RGB (Red+Green+Blue) = 138+196+202=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #8AC4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC4CA is #753B35. Grayscale: #B3B3B3. Windows color (decimal): -7682870 or 13288586. OLE color: 13288586.
HSL color Cylindrical-coordinate representation of color #8AC4CA: hue angle of 185.62º 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 #8AC4CA is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 196 | 202 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.21 |
| HSL | 185.63º | 0.38% | 0.67% | - |
| HSV(B) | 185.63º | 0.32% | 0.79% | - |
| XYZ | 40.88 | 49.15 | 63.21 | - |
| YUV | 179.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 196 | 202 | 0.32 | 0.03 | 0 | 0.21 | 185.63 | 0.38 | 0.67 |
| Hex | 8A | C4 | CA | 20 | 3 | 0 | 15 | BA | 26 | 43 |
| Octal | 212 | 304 | 312 | 40 | 3 | 0 | 25 | 272 | 46 | 103 |
| Binary | 10001010 | 11000100 | 11001010 | 100000 | 11 | 0 | 10101 | 10111010 | 100110 | 1000011 |
Color Harmonies of #8AC4CA
Complementary color
Monochromatic Colors of #8AC4CA
Black with #8AC4CA
Text Example
Text Example
White with #8AC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC4CA; }
p { color: rgb(138,196,202); }
H1.HeaderClassName
{
color: #8AC4CA;
}
.AnyTagClassName
{
color: #8AC4CA;
}
</style>
background-color css
<style>
a { background-color: #8AC4CA; }
a { background-color: rgb(138,196,202); }
div.DivClassName
{
background-color: #8AC4CA;
}
.BgClassName
{
background-color: #8AC4CA;
}
</style>
border-color css
<style>
span { border-color: #8AC4CA; }
span { border-color: rgb(138,196,202); }
td.TdClassName
{
border-color: #8AC4CA;
}
.TagClassName
{
border-color: #8AC4CA;
}
</style>