Shades of Jet Stream #A9D5C1
Tints of Jet Stream #A9D5C1
RGB
CMYK
RGB Variations
Color information
#A9D5C1 (or 0xA9D5C1) is known color: Jet Stream. HEX triplet: A9, D5 and C1. RGB value is (169,213,193). Sum of RGB (Red+Green+Blue) = 169+213+193=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D5C1 is #562A3E. Grayscale: #C5C5C5. Windows color (decimal): -5646911 or 12703145. OLE color: 12703145.
HSL color Cylindrical-coordinate representation of color #A9D5C1: hue angle of 152.73º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9D5C1 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 213 | 193 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.16 |
| HSL | 152.73º | 0.34% | 0.75% | - |
| HSV(B) | 152.73º | 0.21% | 0.84% | - |
| XYZ | 49.78 | 59.87 | 59.39 | - |
| YUV | 197.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 213 | 193 | 0.21 | 0 | 0.09 | 0.16 | 152.73 | 0.34 | 0.75 |
| Hex | A9 | D5 | C1 | 15 | 0 | 9 | 10 | 99 | 22 | 4B |
| Octal | 251 | 325 | 301 | 25 | 0 | 11 | 20 | 231 | 42 | 113 |
| Binary | 10101001 | 11010101 | 11000001 | 10101 | 0 | 1001 | 10000 | 10011001 | 100010 | 1001011 |
Color Harmonies of #A9D5C1
Complementary color
Monochromatic Colors of #A9D5C1
Black with #A9D5C1
Text Example
Text Example
White with #A9D5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D5C1; }
p { color: rgb(169,213,193); }
H1.HeaderClassName
{
color: #A9D5C1;
}
.AnyTagClassName
{
color: #A9D5C1;
}
</style>
background-color css
<style>
a { background-color: #A9D5C1; }
a { background-color: rgb(169,213,193); }
div.DivClassName
{
background-color: #A9D5C1;
}
.BgClassName
{
background-color: #A9D5C1;
}
</style>
border-color css
<style>
span { border-color: #A9D5C1; }
span { border-color: rgb(169,213,193); }
td.TdClassName
{
border-color: #A9D5C1;
}
.TagClassName
{
border-color: #A9D5C1;
}
</style>