Shades of Spray #8AC8CF
Tints of Spray #8AC8CF
RGB
CMYK
RGB Variations
Color information
#8AC8CF (or 0x8AC8CF) is known color: Spray. HEX triplet: 8A, C8 and CF. RGB value is (138,200,207). Sum of RGB (Red+Green+Blue) = 138+200+207=545 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.32% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #8AC8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC8CF is #753730. Grayscale: #B6B6B6. Windows color (decimal): -7681841 or 13617290. OLE color: 13617290.
HSL color Cylindrical-coordinate representation of color #8AC8CF: hue angle of 186.09º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AC8CF is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 200 | 207 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.19 |
| HSL | 186.09º | 0.42% | 0.68% | - |
| HSV(B) | 186.09º | 0.33% | 0.81% | - |
| XYZ | 42.4 | 51.22 | 66.68 | - |
| YUV | 182.26 | 141.96 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 200 | 207 | 0.33 | 0.03 | 0 | 0.19 | 186.09 | 0.42 | 0.68 |
| Hex | 8A | C8 | CF | 21 | 3 | 0 | 13 | BA | 2A | 44 |
| Octal | 212 | 310 | 317 | 41 | 3 | 0 | 23 | 272 | 52 | 104 |
| Binary | 10001010 | 11001000 | 11001111 | 100001 | 11 | 0 | 10011 | 10111010 | 101010 | 1000100 |
Color Harmonies of #8AC8CF
Complementary color
Monochromatic Colors of #8AC8CF
Black with #8AC8CF
Text Example
Text Example
White with #8AC8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC8CF; }
p { color: rgb(138,200,207); }
H1.HeaderClassName
{
color: #8AC8CF;
}
.AnyTagClassName
{
color: #8AC8CF;
}
</style>
background-color css
<style>
a { background-color: #8AC8CF; }
a { background-color: rgb(138,200,207); }
div.DivClassName
{
background-color: #8AC8CF;
}
.BgClassName
{
background-color: #8AC8CF;
}
</style>
border-color css
<style>
span { border-color: #8AC8CF; }
span { border-color: rgb(138,200,207); }
td.TdClassName
{
border-color: #8AC8CF;
}
.TagClassName
{
border-color: #8AC8CF;
}
</style>