Shades of Jet Stream #A9DAC4
Tints of Jet Stream #A9DAC4
RGB
CMYK
RGB Variations
Color information
#A9DAC4 (or 0xA9DAC4) is known color: Jet Stream. HEX triplet: A9, DA and C4. RGB value is (169,218,196). Sum of RGB (Red+Green+Blue) = 169+218+196=583 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.99% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DAC4 is #56253B. Grayscale: #C8C8C8. Windows color (decimal): -5645628 or 12901033. OLE color: 12901033.
HSL color Cylindrical-coordinate representation of color #A9DAC4: hue angle of 153.06º degrees, saturation: 0.4, 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 #A9DAC4 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 218 | 196 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.15 |
| HSL | 153.06º | 0.4% | 0.76% | - |
| HSV(B) | 153.06º | 0.22% | 0.85% | - |
| XYZ | 51.4 | 62.56 | 61.59 | - |
| YUV | 200.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 218 | 196 | 0.22 | 0 | 0.10 | 0.15 | 153.06 | 0.4 | 0.76 |
| Hex | A9 | DA | C4 | 16 | 0 | A | F | 99 | 28 | 4C |
| Octal | 251 | 332 | 304 | 26 | 0 | 12 | 17 | 231 | 50 | 114 |
| Binary | 10101001 | 11011010 | 11000100 | 10110 | 0 | 1010 | 1111 | 10011001 | 101000 | 1001100 |
Color Harmonies of #A9DAC4
Complementary color
Monochromatic Colors of #A9DAC4
Black with #A9DAC4
Text Example
Text Example
White with #A9DAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DAC4; }
p { color: rgb(169,218,196); }
H1.HeaderClassName
{
color: #A9DAC4;
}
.AnyTagClassName
{
color: #A9DAC4;
}
</style>
background-color css
<style>
a { background-color: #A9DAC4; }
a { background-color: rgb(169,218,196); }
div.DivClassName
{
background-color: #A9DAC4;
}
.BgClassName
{
background-color: #A9DAC4;
}
</style>
border-color css
<style>
span { border-color: #A9DAC4; }
span { border-color: rgb(169,218,196); }
td.TdClassName
{
border-color: #A9DAC4;
}
.TagClassName
{
border-color: #A9DAC4;
}
</style>