Shades of Jet Stream #ABD2C6
Tints of Jet Stream #ABD2C6
RGB
CMYK
RGB Variations
Color information
#ABD2C6 (or 0xABD2C6) is known color: Jet Stream. HEX triplet: AB, D2 and C6. RGB value is (171,210,198). Sum of RGB (Red+Green+Blue) = 171+210+198=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD2C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD2C6 is #542D39. Grayscale: #C4C4C4. Windows color (decimal): -5516602 or 13030059. OLE color: 13030059.
HSL color Cylindrical-coordinate representation of color #ABD2C6: hue angle of 161.54º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD2C6 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 210 | 198 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.18 |
| HSL | 161.54º | 0.3% | 0.75% | - |
| HSV(B) | 161.54º | 0.19% | 0.82% | - |
| XYZ | 50.03 | 58.83 | 62.14 | - |
| YUV | 196.97 | 128.58 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 198 | 0.19 | 0 | 0.06 | 0.18 | 161.54 | 0.3 | 0.75 |
| Hex | AB | D2 | C6 | 13 | 0 | 6 | 12 | A2 | 1E | 4B |
| Octal | 253 | 322 | 306 | 23 | 0 | 6 | 22 | 242 | 36 | 113 |
| Binary | 10101011 | 11010010 | 11000110 | 10011 | 0 | 110 | 10010 | 10100010 | 11110 | 1001011 |
Color Harmonies of #ABD2C6
Complementary color
Monochromatic Colors of #ABD2C6
Black with #ABD2C6
Text Example
Text Example
White with #ABD2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD2C6; }
p { color: rgb(171,210,198); }
H1.HeaderClassName
{
color: #ABD2C6;
}
.AnyTagClassName
{
color: #ABD2C6;
}
</style>
background-color css
<style>
a { background-color: #ABD2C6; }
a { background-color: rgb(171,210,198); }
div.DivClassName
{
background-color: #ABD2C6;
}
.BgClassName
{
background-color: #ABD2C6;
}
</style>
border-color css
<style>
span { border-color: #ABD2C6; }
span { border-color: rgb(171,210,198); }
td.TdClassName
{
border-color: #ABD2C6;
}
.TagClassName
{
border-color: #ABD2C6;
}
</style>