Shades of Jet Stream #ADD6C7
Tints of Jet Stream #ADD6C7
RGB
CMYK
RGB Variations
Color information
#ADD6C7 (or 0xADD6C7) is known color: Jet Stream. HEX triplet: AD, D6 and C7. RGB value is (173,214,199). Sum of RGB (Red+Green+Blue) = 173+214+199=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 199 (78.12% from 255 or 33.96% from 586); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6C7 is #522938. Grayscale: #C8C8C8. Windows color (decimal): -5384505 or 13096621. OLE color: 13096621.
HSL color Cylindrical-coordinate representation of color #ADD6C7: hue angle of 158.05º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD6C7 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 199 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.16 |
| HSL | 158.05º | 0.33% | 0.76% | - |
| HSV(B) | 158.05º | 0.19% | 0.84% | - |
| XYZ | 51.59 | 61.1 | 63.11 | - |
| YUV | 200.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 199 | 0.19 | 0 | 0.07 | 0.16 | 158.05 | 0.33 | 0.76 |
| Hex | AD | D6 | C7 | 13 | 0 | 7 | 10 | 9E | 21 | 4C |
| Octal | 255 | 326 | 307 | 23 | 0 | 7 | 20 | 236 | 41 | 114 |
| Binary | 10101101 | 11010110 | 11000111 | 10011 | 0 | 111 | 10000 | 10011110 | 100001 | 1001100 |
Color Harmonies of #ADD6C7
Complementary color
Monochromatic Colors of #ADD6C7
Black with #ADD6C7
Text Example
Text Example
White with #ADD6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6C7; }
p { color: rgb(173,214,199); }
H1.HeaderClassName
{
color: #ADD6C7;
}
.AnyTagClassName
{
color: #ADD6C7;
}
</style>
background-color css
<style>
a { background-color: #ADD6C7; }
a { background-color: rgb(173,214,199); }
div.DivClassName
{
background-color: #ADD6C7;
}
.BgClassName
{
background-color: #ADD6C7;
}
</style>
border-color css
<style>
span { border-color: #ADD6C7; }
span { border-color: rgb(173,214,199); }
td.TdClassName
{
border-color: #ADD6C7;
}
.TagClassName
{
border-color: #ADD6C7;
}
</style>