Shades of Spray #8AC2CF
Tints of Spray #8AC2CF
RGB
CMYK
RGB Variations
Color information
#8AC2CF (or 0x8AC2CF) is known color: Spray. HEX triplet: 8A, C2 and CF. RGB value is (138,194,207). Sum of RGB (Red+Green+Blue) = 138+194+207=539 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.60% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #8AC2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC2CF is #753D30. Grayscale: #B2B2B2. Windows color (decimal): -7683377 or 13615754. OLE color: 13615754.
HSL color Cylindrical-coordinate representation of color #8AC2CF: hue angle of 191.3º 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 #8AC2CF is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 194 | 207 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.19 |
| HSL | 191.3º | 0.42% | 0.68% | - |
| HSV(B) | 191.3º | 0.33% | 0.81% | - |
| XYZ | 41.04 | 48.49 | 66.23 | - |
| YUV | 178.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 207 | 0.33 | 0.06 | 0 | 0.19 | 191.3 | 0.42 | 0.68 |
| Hex | 8A | C2 | CF | 21 | 6 | 0 | 13 | BF | 2A | 44 |
| Octal | 212 | 302 | 317 | 41 | 6 | 0 | 23 | 277 | 52 | 104 |
| Binary | 10001010 | 11000010 | 11001111 | 100001 | 110 | 0 | 10011 | 10111111 | 101010 | 1000100 |
Color Harmonies of #8AC2CF
Complementary color
Monochromatic Colors of #8AC2CF
Black with #8AC2CF
Text Example
Text Example
White with #8AC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC2CF; }
p { color: rgb(138,194,207); }
H1.HeaderClassName
{
color: #8AC2CF;
}
.AnyTagClassName
{
color: #8AC2CF;
}
</style>
background-color css
<style>
a { background-color: #8AC2CF; }
a { background-color: rgb(138,194,207); }
div.DivClassName
{
background-color: #8AC2CF;
}
.BgClassName
{
background-color: #8AC2CF;
}
</style>
border-color css
<style>
span { border-color: #8AC2CF; }
span { border-color: rgb(138,194,207); }
td.TdClassName
{
border-color: #8AC2CF;
}
.TagClassName
{
border-color: #8AC2CF;
}
</style>