Shades of Jet Stream #A8DBC5
Tints of Jet Stream #A8DBC5
RGB
CMYK
RGB Variations
Color information
#A8DBC5 (or 0xA8DBC5) is known color: Jet Stream. HEX triplet: A8, DB and C5. RGB value is (168,219,197). Sum of RGB (Red+Green+Blue) = 168+219+197=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DBC5 is #57243A. Grayscale: #C9C9C9. Windows color (decimal): -5710907 or 12966824. OLE color: 12966824.
HSL color Cylindrical-coordinate representation of color #A8DBC5: hue angle of 154.12º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DBC5 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 197 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.14 |
| HSL | 154.12º | 0.41% | 0.76% | - |
| HSV(B) | 154.12º | 0.23% | 0.86% | - |
| XYZ | 51.56 | 63.02 | 62.27 | - |
| YUV | 201.24 | 125.6 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 197 | 0.23 | 0 | 0.10 | 0.14 | 154.12 | 0.41 | 0.76 |
| Hex | A8 | DB | C5 | 17 | 0 | A | E | 9A | 29 | 4C |
| Octal | 250 | 333 | 305 | 27 | 0 | 12 | 16 | 232 | 51 | 114 |
| Binary | 10101000 | 11011011 | 11000101 | 10111 | 0 | 1010 | 1110 | 10011010 | 101001 | 1001100 |
Color Harmonies of #A8DBC5
Complementary color
Monochromatic Colors of #A8DBC5
Black with #A8DBC5
Text Example
Text Example
White with #A8DBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DBC5; }
p { color: rgb(168,219,197); }
H1.HeaderClassName
{
color: #A8DBC5;
}
.AnyTagClassName
{
color: #A8DBC5;
}
</style>
background-color css
<style>
a { background-color: #A8DBC5; }
a { background-color: rgb(168,219,197); }
div.DivClassName
{
background-color: #A8DBC5;
}
.BgClassName
{
background-color: #A8DBC5;
}
</style>
border-color css
<style>
span { border-color: #A8DBC5; }
span { border-color: rgb(168,219,197); }
td.TdClassName
{
border-color: #A8DBC5;
}
.TagClassName
{
border-color: #A8DBC5;
}
</style>