Shades of Jet Stream #ABDBC7
Tints of Jet Stream #ABDBC7
RGB
CMYK
RGB Variations
Color information
#ABDBC7 (or 0xABDBC7) is known color: Jet Stream. HEX triplet: AB, DB and C7. RGB value is (171,219,199). Sum of RGB (Red+Green+Blue) = 171+219+199=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBC7 is #542438. Grayscale: #CACACA. Windows color (decimal): -5514297 or 13097899. OLE color: 13097899.
HSL color Cylindrical-coordinate representation of color #ABDBC7: hue angle of 155º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDBC7 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 199 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.14 |
| HSL | 155º | 0.4% | 0.76% | - |
| HSV(B) | 155º | 0.22% | 0.86% | - |
| XYZ | 52.43 | 63.44 | 63.52 | - |
| YUV | 202.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 199 | 0.22 | 0 | 0.09 | 0.14 | 155 | 0.4 | 0.76 |
| Hex | AB | DB | C7 | 16 | 0 | 9 | E | 9B | 28 | 4C |
| Octal | 253 | 333 | 307 | 26 | 0 | 11 | 16 | 233 | 50 | 114 |
| Binary | 10101011 | 11011011 | 11000111 | 10110 | 0 | 1001 | 1110 | 10011011 | 101000 | 1001100 |
Color Harmonies of #ABDBC7
Complementary color
Monochromatic Colors of #ABDBC7
Black with #ABDBC7
Text Example
Text Example
White with #ABDBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDBC7; }
p { color: rgb(171,219,199); }
H1.HeaderClassName
{
color: #ABDBC7;
}
.AnyTagClassName
{
color: #ABDBC7;
}
</style>
background-color css
<style>
a { background-color: #ABDBC7; }
a { background-color: rgb(171,219,199); }
div.DivClassName
{
background-color: #ABDBC7;
}
.BgClassName
{
background-color: #ABDBC7;
}
</style>
border-color css
<style>
span { border-color: #ABDBC7; }
span { border-color: rgb(171,219,199); }
td.TdClassName
{
border-color: #ABDBC7;
}
.TagClassName
{
border-color: #ABDBC7;
}
</style>