Shades of Spray #8AC5DB
Tints of Spray #8AC5DB
RGB
CMYK
RGB Variations
Color information
#8AC5DB (or 0x8AC5DB) is known color: Spray. HEX triplet: 8A, C5 and DB. RGB value is (138,197,219). Sum of RGB (Red+Green+Blue) = 138+197+219=554 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.91% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AC5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC5DB is #753A24. Grayscale: #B5B5B5. Windows color (decimal): -7682597 or 14402954. OLE color: 14402954.
HSL color Cylindrical-coordinate representation of color #8AC5DB: hue angle of 196.3º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AC5DB is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 197 | 219 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.14 |
| HSL | 196.3º | 0.53% | 0.7% | - |
| HSV(B) | 196.3º | 0.37% | 0.86% | - |
| XYZ | 43.23 | 50.45 | 74.48 | - |
| YUV | 181.87 | 148.95 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 197 | 219 | 0.37 | 0.10 | 0 | 0.14 | 196.3 | 0.53 | 0.7 |
| Hex | 8A | C5 | DB | 25 | A | 0 | E | C4 | 35 | 46 |
| Octal | 212 | 305 | 333 | 45 | 12 | 0 | 16 | 304 | 65 | 106 |
| Binary | 10001010 | 11000101 | 11011011 | 100101 | 1010 | 0 | 1110 | 11000100 | 110101 | 1000110 |
Color Harmonies of #8AC5DB
Complementary color
Monochromatic Colors of #8AC5DB
Black with #8AC5DB
Text Example
Text Example
White with #8AC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC5DB; }
p { color: rgb(138,197,219); }
H1.HeaderClassName
{
color: #8AC5DB;
}
.AnyTagClassName
{
color: #8AC5DB;
}
</style>
background-color css
<style>
a { background-color: #8AC5DB; }
a { background-color: rgb(138,197,219); }
div.DivClassName
{
background-color: #8AC5DB;
}
.BgClassName
{
background-color: #8AC5DB;
}
</style>
border-color css
<style>
span { border-color: #8AC5DB; }
span { border-color: rgb(138,197,219); }
td.TdClassName
{
border-color: #8AC5DB;
}
.TagClassName
{
border-color: #8AC5DB;
}
</style>