Shades of Spray #8AC9DA
Tints of Spray #8AC9DA
RGB
CMYK
RGB Variations
Color information
#8AC9DA (or 0x8AC9DA) is known color: Spray. HEX triplet: 8A, C9 and DA. RGB value is (138,201,218). Sum of RGB (Red+Green+Blue) = 138+201+218=557 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.78% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #8AC9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC9DA is #753625. Grayscale: #B7B7B7. Windows color (decimal): -7681574 or 14338442. OLE color: 14338442.
HSL color Cylindrical-coordinate representation of color #8AC9DA: hue angle of 192.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AC9DA is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 201 | 218 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.15 |
| HSL | 192.75º | 0.52% | 0.7% | - |
| HSV(B) | 192.75º | 0.37% | 0.85% | - |
| XYZ | 44.02 | 52.24 | 74.09 | - |
| YUV | 184.1 | 147.13 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 201 | 218 | 0.37 | 0.08 | 0 | 0.15 | 192.75 | 0.52 | 0.7 |
| Hex | 8A | C9 | DA | 25 | 8 | 0 | F | C1 | 34 | 46 |
| Octal | 212 | 311 | 332 | 45 | 10 | 0 | 17 | 301 | 64 | 106 |
| Binary | 10001010 | 11001001 | 11011010 | 100101 | 1000 | 0 | 1111 | 11000001 | 110100 | 1000110 |
Color Harmonies of #8AC9DA
Complementary color
Monochromatic Colors of #8AC9DA
Black with #8AC9DA
Text Example
Text Example
White with #8AC9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC9DA; }
p { color: rgb(138,201,218); }
H1.HeaderClassName
{
color: #8AC9DA;
}
.AnyTagClassName
{
color: #8AC9DA;
}
</style>
background-color css
<style>
a { background-color: #8AC9DA; }
a { background-color: rgb(138,201,218); }
div.DivClassName
{
background-color: #8AC9DA;
}
.BgClassName
{
background-color: #8AC9DA;
}
</style>
border-color css
<style>
span { border-color: #8AC9DA; }
span { border-color: rgb(138,201,218); }
td.TdClassName
{
border-color: #8AC9DA;
}
.TagClassName
{
border-color: #8AC9DA;
}
</style>