Shades of Jet Stream #A8D9C3
Tints of Jet Stream #A8D9C3
RGB
CMYK
RGB Variations
Color information
#A8D9C3 (or 0xA8D9C3) is known color: Jet Stream. HEX triplet: A8, D9 and C3. RGB value is (168,217,195). Sum of RGB (Red+Green+Blue) = 168+217+195=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D9C3 is #57263C. Grayscale: #C7C7C7. Windows color (decimal): -5711421 or 12835240. OLE color: 12835240.
HSL color Cylindrical-coordinate representation of color #A8D9C3: hue angle of 153.06º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8D9C3 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 195 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.15 |
| HSL | 153.06º | 0.39% | 0.75% | - |
| HSV(B) | 153.06º | 0.23% | 0.85% | - |
| XYZ | 50.81 | 61.89 | 60.9 | - |
| YUV | 199.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 195 | 0.23 | 0 | 0.10 | 0.15 | 153.06 | 0.39 | 0.75 |
| Hex | A8 | D9 | C3 | 17 | 0 | A | F | 99 | 27 | 4B |
| Octal | 250 | 331 | 303 | 27 | 0 | 12 | 17 | 231 | 47 | 113 |
| Binary | 10101000 | 11011001 | 11000011 | 10111 | 0 | 1010 | 1111 | 10011001 | 100111 | 1001011 |
Color Harmonies of #A8D9C3
Complementary color
Monochromatic Colors of #A8D9C3
Black with #A8D9C3
Text Example
Text Example
White with #A8D9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D9C3; }
p { color: rgb(168,217,195); }
H1.HeaderClassName
{
color: #A8D9C3;
}
.AnyTagClassName
{
color: #A8D9C3;
}
</style>
background-color css
<style>
a { background-color: #A8D9C3; }
a { background-color: rgb(168,217,195); }
div.DivClassName
{
background-color: #A8D9C3;
}
.BgClassName
{
background-color: #A8D9C3;
}
</style>
border-color css
<style>
span { border-color: #A8D9C3; }
span { border-color: rgb(168,217,195); }
td.TdClassName
{
border-color: #A8D9C3;
}
.TagClassName
{
border-color: #A8D9C3;
}
</style>