Shades of Jet Stream #A8D4C1
Tints of Jet Stream #A8D4C1
RGB
CMYK
RGB Variations
Color information
#A8D4C1 (or 0xA8D4C1) is known color: Jet Stream. HEX triplet: A8, D4 and C1. RGB value is (168,212,193). Sum of RGB (Red+Green+Blue) = 168+212+193=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D4C1 is #572B3E. Grayscale: #C4C4C4. Windows color (decimal): -5712703 or 12702888. OLE color: 12702888.
HSL color Cylindrical-coordinate representation of color #A8D4C1: hue angle of 154.09º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D4C1 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 212 | 193 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.17 |
| HSL | 154.09º | 0.34% | 0.75% | - |
| HSV(B) | 154.09º | 0.21% | 0.83% | - |
| XYZ | 49.32 | 59.26 | 59.29 | - |
| YUV | 196.68 | 125.92 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 212 | 193 | 0.21 | 0 | 0.09 | 0.17 | 154.09 | 0.34 | 0.75 |
| Hex | A8 | D4 | C1 | 15 | 0 | 9 | 11 | 9A | 22 | 4B |
| Octal | 250 | 324 | 301 | 25 | 0 | 11 | 21 | 232 | 42 | 113 |
| Binary | 10101000 | 11010100 | 11000001 | 10101 | 0 | 1001 | 10001 | 10011010 | 100010 | 1001011 |
Color Harmonies of #A8D4C1
Complementary color
Monochromatic Colors of #A8D4C1
Black with #A8D4C1
Text Example
Text Example
White with #A8D4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D4C1; }
p { color: rgb(168,212,193); }
H1.HeaderClassName
{
color: #A8D4C1;
}
.AnyTagClassName
{
color: #A8D4C1;
}
</style>
background-color css
<style>
a { background-color: #A8D4C1; }
a { background-color: rgb(168,212,193); }
div.DivClassName
{
background-color: #A8D4C1;
}
.BgClassName
{
background-color: #A8D4C1;
}
</style>
border-color css
<style>
span { border-color: #A8D4C1; }
span { border-color: rgb(168,212,193); }
td.TdClassName
{
border-color: #A8D4C1;
}
.TagClassName
{
border-color: #A8D4C1;
}
</style>