Shades of Spray #8ACDDF
Tints of Spray #8ACDDF
RGB
CMYK
RGB Variations
Color information
#8ACDDF (or 0x8ACDDF) is known color: Spray. HEX triplet: 8A, CD and DF. RGB value is (138,205,223). Sum of RGB (Red+Green+Blue) = 138+205+223=566 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.38% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #8ACDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDDF is #753220. Grayscale: #BABABA. Windows color (decimal): -7680545 or 14667146. OLE color: 14667146.
HSL color Cylindrical-coordinate representation of color #8ACDDF: hue angle of 192.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ACDDF is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 205 | 223 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.13 |
| HSL | 192.71º | 0.57% | 0.71% | - |
| HSV(B) | 192.71º | 0.38% | 0.87% | - |
| XYZ | 45.63 | 54.39 | 77.91 | - |
| YUV | 187.02 | 148.3 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 223 | 0.38 | 0.08 | 0 | 0.13 | 192.71 | 0.57 | 0.71 |
| Hex | 8A | CD | DF | 26 | 8 | 0 | D | C1 | 39 | 47 |
| Octal | 212 | 315 | 337 | 46 | 10 | 0 | 15 | 301 | 71 | 107 |
| Binary | 10001010 | 11001101 | 11011111 | 100110 | 1000 | 0 | 1101 | 11000001 | 111001 | 1000111 |
Color Harmonies of #8ACDDF
Complementary color
Monochromatic Colors of #8ACDDF
Black with #8ACDDF
Text Example
Text Example
White with #8ACDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACDDF; }
p { color: rgb(138,205,223); }
H1.HeaderClassName
{
color: #8ACDDF;
}
.AnyTagClassName
{
color: #8ACDDF;
}
</style>
background-color css
<style>
a { background-color: #8ACDDF; }
a { background-color: rgb(138,205,223); }
div.DivClassName
{
background-color: #8ACDDF;
}
.BgClassName
{
background-color: #8ACDDF;
}
</style>
border-color css
<style>
span { border-color: #8ACDDF; }
span { border-color: rgb(138,205,223); }
td.TdClassName
{
border-color: #8ACDDF;
}
.TagClassName
{
border-color: #8ACDDF;
}
</style>