Shades of Jet Stream #A9D9C4
Tints of Jet Stream #A9D9C4
RGB
CMYK
RGB Variations
Color information
#A9D9C4 (or 0xA9D9C4) is known color: Jet Stream. HEX triplet: A9, D9 and C4. RGB value is (169,217,196). Sum of RGB (Red+Green+Blue) = 169+217+196=582 (77% of max value = 765). Red value is 169 (66.41% from 255 or 29.04% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D9C4 is #56263B. Grayscale: #C8C8C8. Windows color (decimal): -5645884 or 12900777. OLE color: 12900777.
HSL color Cylindrical-coordinate representation of color #A9D9C4: hue angle of 153.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9D9C4 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 217 | 196 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.15 |
| HSL | 153.75º | 0.39% | 0.76% | - |
| HSV(B) | 153.75º | 0.22% | 0.85% | - |
| XYZ | 51.14 | 62.05 | 61.51 | - |
| YUV | 200.25 | 125.6 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 217 | 196 | 0.22 | 0 | 0.10 | 0.15 | 153.75 | 0.39 | 0.76 |
| Hex | A9 | D9 | C4 | 16 | 0 | A | F | 9A | 27 | 4C |
| Octal | 251 | 331 | 304 | 26 | 0 | 12 | 17 | 232 | 47 | 114 |
| Binary | 10101001 | 11011001 | 11000100 | 10110 | 0 | 1010 | 1111 | 10011010 | 100111 | 1001100 |
Color Harmonies of #A9D9C4
Complementary color
Monochromatic Colors of #A9D9C4
Black with #A9D9C4
Text Example
Text Example
White with #A9D9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D9C4; }
p { color: rgb(169,217,196); }
H1.HeaderClassName
{
color: #A9D9C4;
}
.AnyTagClassName
{
color: #A9D9C4;
}
</style>
background-color css
<style>
a { background-color: #A9D9C4; }
a { background-color: rgb(169,217,196); }
div.DivClassName
{
background-color: #A9D9C4;
}
.BgClassName
{
background-color: #A9D9C4;
}
</style>
border-color css
<style>
span { border-color: #A9D9C4; }
span { border-color: rgb(169,217,196); }
td.TdClassName
{
border-color: #A9D9C4;
}
.TagClassName
{
border-color: #A9D9C4;
}
</style>