Shades of Jet Stream #ABD6C4
Tints of Jet Stream #ABD6C4
RGB
CMYK
RGB Variations
Color information
#ABD6C4 (or 0xABD6C4) is known color: Jet Stream. HEX triplet: AB, D6 and C4. RGB value is (171,214,196). Sum of RGB (Red+Green+Blue) = 171+214+196=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD6C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6C4 is #54293B. Grayscale: #C7C7C7. Windows color (decimal): -5515580 or 12900011. OLE color: 12900011.
HSL color Cylindrical-coordinate representation of color #ABD6C4: hue angle of 154.88º 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 #ABD6C4 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 214 | 196 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.16 |
| HSL | 154.88º | 0.34% | 0.75% | - |
| HSV(B) | 154.88º | 0.2% | 0.84% | - |
| XYZ | 50.8 | 60.74 | 61.27 | - |
| YUV | 199.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 214 | 196 | 0.20 | 0 | 0.08 | 0.16 | 154.88 | 0.34 | 0.75 |
| Hex | AB | D6 | C4 | 14 | 0 | 8 | 10 | 9B | 22 | 4B |
| Octal | 253 | 326 | 304 | 24 | 0 | 10 | 20 | 233 | 42 | 113 |
| Binary | 10101011 | 11010110 | 11000100 | 10100 | 0 | 1000 | 10000 | 10011011 | 100010 | 1001011 |
Color Harmonies of #ABD6C4
Complementary color
Monochromatic Colors of #ABD6C4
Black with #ABD6C4
Text Example
Text Example
White with #ABD6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD6C4; }
p { color: rgb(171,214,196); }
H1.HeaderClassName
{
color: #ABD6C4;
}
.AnyTagClassName
{
color: #ABD6C4;
}
</style>
background-color css
<style>
a { background-color: #ABD6C4; }
a { background-color: rgb(171,214,196); }
div.DivClassName
{
background-color: #ABD6C4;
}
.BgClassName
{
background-color: #ABD6C4;
}
</style>
border-color css
<style>
span { border-color: #ABD6C4; }
span { border-color: rgb(171,214,196); }
td.TdClassName
{
border-color: #ABD6C4;
}
.TagClassName
{
border-color: #ABD6C4;
}
</style>