Shades of Jet Stream #ABD8C2
Tints of Jet Stream #ABD8C2
RGB
CMYK
RGB Variations
Color information
#ABD8C2 (or 0xABD8C2) is known color: Jet Stream. HEX triplet: AB, D8 and C2. RGB value is (171,216,194). Sum of RGB (Red+Green+Blue) = 171+216+194=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD8C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD8C2 is #54273D. Grayscale: #C8C8C8. Windows color (decimal): -5515070 or 12769451. OLE color: 12769451.
HSL color Cylindrical-coordinate representation of color #ABD8C2: hue angle of 150.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABD8C2 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 216 | 194 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.15 |
| HSL | 150.67º | 0.37% | 0.76% | - |
| HSV(B) | 150.67º | 0.21% | 0.85% | - |
| XYZ | 51.09 | 61.66 | 60.25 | - |
| YUV | 200.04 | 124.59 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 216 | 194 | 0.21 | 0 | 0.10 | 0.15 | 150.67 | 0.37 | 0.76 |
| Hex | AB | D8 | C2 | 15 | 0 | A | F | 97 | 25 | 4C |
| Octal | 253 | 330 | 302 | 25 | 0 | 12 | 17 | 227 | 45 | 114 |
| Binary | 10101011 | 11011000 | 11000010 | 10101 | 0 | 1010 | 1111 | 10010111 | 100101 | 1001100 |
Color Harmonies of #ABD8C2
Complementary color
Monochromatic Colors of #ABD8C2
Black with #ABD8C2
Text Example
Text Example
White with #ABD8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD8C2; }
p { color: rgb(171,216,194); }
H1.HeaderClassName
{
color: #ABD8C2;
}
.AnyTagClassName
{
color: #ABD8C2;
}
</style>
background-color css
<style>
a { background-color: #ABD8C2; }
a { background-color: rgb(171,216,194); }
div.DivClassName
{
background-color: #ABD8C2;
}
.BgClassName
{
background-color: #ABD8C2;
}
</style>
border-color css
<style>
span { border-color: #ABD8C2; }
span { border-color: rgb(171,216,194); }
td.TdClassName
{
border-color: #ABD8C2;
}
.TagClassName
{
border-color: #ABD8C2;
}
</style>