Shades of Jet Stream #ABD6C2
Tints of Jet Stream #ABD6C2
RGB
CMYK
RGB Variations
Color information
#ABD6C2 (or 0xABD6C2) is known color: Jet Stream. HEX triplet: AB, D6 and C2. RGB value is (171,214,194). Sum of RGB (Red+Green+Blue) = 171+214+194=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6C2 is #54293D. Grayscale: #C6C6C6. Windows color (decimal): -5515582 or 12768939. OLE color: 12768939.
HSL color Cylindrical-coordinate representation of color #ABD6C2: hue angle of 152.09º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD6C2 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 214 | 194 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.16 |
| HSL | 152.09º | 0.34% | 0.75% | - |
| HSV(B) | 152.09º | 0.2% | 0.84% | - |
| XYZ | 50.58 | 60.65 | 60.08 | - |
| YUV | 198.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 214 | 194 | 0.20 | 0 | 0.09 | 0.16 | 152.09 | 0.34 | 0.75 |
| Hex | AB | D6 | C2 | 14 | 0 | 9 | 10 | 98 | 22 | 4B |
| Octal | 253 | 326 | 302 | 24 | 0 | 11 | 20 | 230 | 42 | 113 |
| Binary | 10101011 | 11010110 | 11000010 | 10100 | 0 | 1001 | 10000 | 10011000 | 100010 | 1001011 |
Color Harmonies of #ABD6C2
Complementary color
Monochromatic Colors of #ABD6C2
Black with #ABD6C2
Text Example
Text Example
White with #ABD6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD6C2; }
p { color: rgb(171,214,194); }
H1.HeaderClassName
{
color: #ABD6C2;
}
.AnyTagClassName
{
color: #ABD6C2;
}
</style>
background-color css
<style>
a { background-color: #ABD6C2; }
a { background-color: rgb(171,214,194); }
div.DivClassName
{
background-color: #ABD6C2;
}
.BgClassName
{
background-color: #ABD6C2;
}
</style>
border-color css
<style>
span { border-color: #ABD6C2; }
span { border-color: rgb(171,214,194); }
td.TdClassName
{
border-color: #ABD6C2;
}
.TagClassName
{
border-color: #ABD6C2;
}
</style>