Shades of Spray #8AC7DB
Tints of Spray #8AC7DB
RGB
CMYK
RGB Variations
Color information
#8AC7DB (or 0x8AC7DB) is known color: Spray. HEX triplet: 8A, C7 and DB. RGB value is (138,199,219). Sum of RGB (Red+Green+Blue) = 138+199+219=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AC7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC7DB is #753824. Grayscale: #B6B6B6. Windows color (decimal): -7682085 or 14403466. OLE color: 14403466.
HSL color Cylindrical-coordinate representation of color #8AC7DB: hue angle of 194.81º 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 #8AC7DB is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 199 | 219 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.14 |
| HSL | 194.81º | 0.53% | 0.7% | - |
| HSV(B) | 194.81º | 0.37% | 0.86% | - |
| XYZ | 43.69 | 51.36 | 74.63 | - |
| YUV | 183.04 | 148.29 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 199 | 219 | 0.37 | 0.09 | 0 | 0.14 | 194.81 | 0.53 | 0.7 |
| Hex | 8A | C7 | DB | 25 | 9 | 0 | E | C3 | 35 | 46 |
| Octal | 212 | 307 | 333 | 45 | 11 | 0 | 16 | 303 | 65 | 106 |
| Binary | 10001010 | 11000111 | 11011011 | 100101 | 1001 | 0 | 1110 | 11000011 | 110101 | 1000110 |
Color Harmonies of #8AC7DB
Complementary color
Monochromatic Colors of #8AC7DB
Black with #8AC7DB
Text Example
Text Example
White with #8AC7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC7DB; }
p { color: rgb(138,199,219); }
H1.HeaderClassName
{
color: #8AC7DB;
}
.AnyTagClassName
{
color: #8AC7DB;
}
</style>
background-color css
<style>
a { background-color: #8AC7DB; }
a { background-color: rgb(138,199,219); }
div.DivClassName
{
background-color: #8AC7DB;
}
.BgClassName
{
background-color: #8AC7DB;
}
</style>
border-color css
<style>
span { border-color: #8AC7DB; }
span { border-color: rgb(138,199,219); }
td.TdClassName
{
border-color: #8AC7DB;
}
.TagClassName
{
border-color: #8AC7DB;
}
</style>