Shades of Jet Stream #ACD9C6
Tints of Jet Stream #ACD9C6
RGB
CMYK
RGB Variations
Color information
#ACD9C6 (or 0xACD9C6) is known color: Jet Stream. HEX triplet: AC, D9 and C6. RGB value is (172,217,198). Sum of RGB (Red+Green+Blue) = 172+217+198=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9C6 is #532639. Grayscale: #C9C9C9. Windows color (decimal): -5449274 or 13031852. OLE color: 13031852.
HSL color Cylindrical-coordinate representation of color #ACD9C6: hue angle of 154.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD9C6 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 198 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.15 |
| HSL | 154.67º | 0.37% | 0.76% | - |
| HSV(B) | 154.67º | 0.21% | 0.85% | - |
| XYZ | 52.02 | 62.47 | 62.74 | - |
| YUV | 201.38 | 126.09 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 198 | 0.21 | 0 | 0.09 | 0.15 | 154.67 | 0.37 | 0.76 |
| Hex | AC | D9 | C6 | 15 | 0 | 9 | F | 9B | 25 | 4C |
| Octal | 254 | 331 | 306 | 25 | 0 | 11 | 17 | 233 | 45 | 114 |
| Binary | 10101100 | 11011001 | 11000110 | 10101 | 0 | 1001 | 1111 | 10011011 | 100101 | 1001100 |
Color Harmonies of #ACD9C6
Complementary color
Monochromatic Colors of #ACD9C6
Black with #ACD9C6
Text Example
Text Example
White with #ACD9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD9C6; }
p { color: rgb(172,217,198); }
H1.HeaderClassName
{
color: #ACD9C6;
}
.AnyTagClassName
{
color: #ACD9C6;
}
</style>
background-color css
<style>
a { background-color: #ACD9C6; }
a { background-color: rgb(172,217,198); }
div.DivClassName
{
background-color: #ACD9C6;
}
.BgClassName
{
background-color: #ACD9C6;
}
</style>
border-color css
<style>
span { border-color: #ACD9C6; }
span { border-color: rgb(172,217,198); }
td.TdClassName
{
border-color: #ACD9C6;
}
.TagClassName
{
border-color: #ACD9C6;
}
</style>