Shades of Jet Stream #ADD6C5
Tints of Jet Stream #ADD6C5
RGB
CMYK
RGB Variations
Color information
#ADD6C5 (or 0xADD6C5) is known color: Jet Stream. HEX triplet: AD, D6 and C5. RGB value is (173,214,197). Sum of RGB (Red+Green+Blue) = 173+214+197=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6C5 is #52293A. Grayscale: #C7C7C7. Windows color (decimal): -5384507 or 12965549. OLE color: 12965549.
HSL color Cylindrical-coordinate representation of color #ADD6C5: hue angle of 155.12º 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 #ADD6C5 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 197 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.16 |
| HSL | 155.12º | 0.33% | 0.76% | - |
| HSV(B) | 155.12º | 0.19% | 0.84% | - |
| XYZ | 51.36 | 61.01 | 61.89 | - |
| YUV | 199.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 197 | 0.19 | 0 | 0.08 | 0.16 | 155.12 | 0.33 | 0.76 |
| Hex | AD | D6 | C5 | 13 | 0 | 8 | 10 | 9B | 21 | 4C |
| Octal | 255 | 326 | 305 | 23 | 0 | 10 | 20 | 233 | 41 | 114 |
| Binary | 10101101 | 11010110 | 11000101 | 10011 | 0 | 1000 | 10000 | 10011011 | 100001 | 1001100 |
Color Harmonies of #ADD6C5
Complementary color
Monochromatic Colors of #ADD6C5
Black with #ADD6C5
Text Example
Text Example
White with #ADD6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6C5; }
p { color: rgb(173,214,197); }
H1.HeaderClassName
{
color: #ADD6C5;
}
.AnyTagClassName
{
color: #ADD6C5;
}
</style>
background-color css
<style>
a { background-color: #ADD6C5; }
a { background-color: rgb(173,214,197); }
div.DivClassName
{
background-color: #ADD6C5;
}
.BgClassName
{
background-color: #ADD6C5;
}
</style>
border-color css
<style>
span { border-color: #ADD6C5; }
span { border-color: rgb(173,214,197); }
td.TdClassName
{
border-color: #ADD6C5;
}
.TagClassName
{
border-color: #ADD6C5;
}
</style>