Shades of Jet Stream #ADD8C7
Tints of Jet Stream #ADD8C7
RGB
CMYK
RGB Variations
Color information
#ADD8C7 (or 0xADD8C7) is known color: Jet Stream. HEX triplet: AD, D8 and C7. RGB value is (173,216,199). Sum of RGB (Red+Green+Blue) = 173+216+199=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8C7 is #522738. Grayscale: #C9C9C9. Windows color (decimal): -5383993 or 13097133. OLE color: 13097133.
HSL color Cylindrical-coordinate representation of color #ADD8C7: hue angle of 156.28º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD8C7 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 199 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.15 |
| HSL | 156.28º | 0.36% | 0.76% | - |
| HSV(B) | 156.28º | 0.2% | 0.85% | - |
| XYZ | 52.1 | 62.12 | 63.28 | - |
| YUV | 201.21 | 126.75 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 199 | 0.20 | 0 | 0.08 | 0.15 | 156.28 | 0.36 | 0.76 |
| Hex | AD | D8 | C7 | 14 | 0 | 8 | F | 9C | 24 | 4C |
| Octal | 255 | 330 | 307 | 24 | 0 | 10 | 17 | 234 | 44 | 114 |
| Binary | 10101101 | 11011000 | 11000111 | 10100 | 0 | 1000 | 1111 | 10011100 | 100100 | 1001100 |
Color Harmonies of #ADD8C7
Complementary color
Monochromatic Colors of #ADD8C7
Black with #ADD8C7
Text Example
Text Example
White with #ADD8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD8C7; }
p { color: rgb(173,216,199); }
H1.HeaderClassName
{
color: #ADD8C7;
}
.AnyTagClassName
{
color: #ADD8C7;
}
</style>
background-color css
<style>
a { background-color: #ADD8C7; }
a { background-color: rgb(173,216,199); }
div.DivClassName
{
background-color: #ADD8C7;
}
.BgClassName
{
background-color: #ADD8C7;
}
</style>
border-color css
<style>
span { border-color: #ADD8C7; }
span { border-color: rgb(173,216,199); }
td.TdClassName
{
border-color: #ADD8C7;
}
.TagClassName
{
border-color: #ADD8C7;
}
</style>