Shades of Jet Stream #A8DAC3
Tints of Jet Stream #A8DAC3
RGB
CMYK
RGB Variations
Color information
#A8DAC3 (or 0xA8DAC3) is known color: Jet Stream. HEX triplet: A8, DA and C3. RGB value is (168,218,195). Sum of RGB (Red+Green+Blue) = 168+218+195=581 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.92% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DAC3 is #57253C. Grayscale: #C8C8C8. Windows color (decimal): -5711165 or 12835496. OLE color: 12835496.
HSL color Cylindrical-coordinate representation of color #A8DAC3: hue angle of 152.4º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DAC3 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 195 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.15 |
| HSL | 152.4º | 0.4% | 0.76% | - |
| HSV(B) | 152.4º | 0.23% | 0.85% | - |
| XYZ | 51.07 | 62.41 | 60.98 | - |
| YUV | 200.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 195 | 0.23 | 0 | 0.11 | 0.15 | 152.4 | 0.4 | 0.76 |
| Hex | A8 | DA | C3 | 17 | 0 | B | F | 98 | 28 | 4C |
| Octal | 250 | 332 | 303 | 27 | 0 | 13 | 17 | 230 | 50 | 114 |
| Binary | 10101000 | 11011010 | 11000011 | 10111 | 0 | 1011 | 1111 | 10011000 | 101000 | 1001100 |
Color Harmonies of #A8DAC3
Complementary color
Monochromatic Colors of #A8DAC3
Black with #A8DAC3
Text Example
Text Example
White with #A8DAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAC3; }
p { color: rgb(168,218,195); }
H1.HeaderClassName
{
color: #A8DAC3;
}
.AnyTagClassName
{
color: #A8DAC3;
}
</style>
background-color css
<style>
a { background-color: #A8DAC3; }
a { background-color: rgb(168,218,195); }
div.DivClassName
{
background-color: #A8DAC3;
}
.BgClassName
{
background-color: #A8DAC3;
}
</style>
border-color css
<style>
span { border-color: #A8DAC3; }
span { border-color: rgb(168,218,195); }
td.TdClassName
{
border-color: #A8DAC3;
}
.TagClassName
{
border-color: #A8DAC3;
}
</style>