Shades of Jet Stream #ADD0C6
Tints of Jet Stream #ADD0C6
RGB
CMYK
RGB Variations
Color information
#ADD0C6 (or 0xADD0C6) is known color: Jet Stream. HEX triplet: AD, D0 and C6. RGB value is (173,208,198). Sum of RGB (Red+Green+Blue) = 173+208+198=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0C6 is #522F39. Grayscale: #C4C4C4. Windows color (decimal): -5386042 or 13029549. OLE color: 13029549.
HSL color Cylindrical-coordinate representation of color #ADD0C6: hue angle of 162.86º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADD0C6 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 198 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.18 |
| HSL | 162.86º | 0.27% | 0.75% | - |
| HSV(B) | 162.86º | 0.17% | 0.82% | - |
| XYZ | 49.98 | 58.07 | 62 | - |
| YUV | 196.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 198 | 0.17 | 0 | 0.05 | 0.18 | 162.86 | 0.27 | 0.75 |
| Hex | AD | D0 | C6 | 11 | 0 | 5 | 12 | A3 | 1B | 4B |
| Octal | 255 | 320 | 306 | 21 | 0 | 5 | 22 | 243 | 33 | 113 |
| Binary | 10101101 | 11010000 | 11000110 | 10001 | 0 | 101 | 10010 | 10100011 | 11011 | 1001011 |
Color Harmonies of #ADD0C6
Complementary color
Monochromatic Colors of #ADD0C6
Black with #ADD0C6
Text Example
Text Example
White with #ADD0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0C6; }
p { color: rgb(173,208,198); }
H1.HeaderClassName
{
color: #ADD0C6;
}
.AnyTagClassName
{
color: #ADD0C6;
}
</style>
background-color css
<style>
a { background-color: #ADD0C6; }
a { background-color: rgb(173,208,198); }
div.DivClassName
{
background-color: #ADD0C6;
}
.BgClassName
{
background-color: #ADD0C6;
}
</style>
border-color css
<style>
span { border-color: #ADD0C6; }
span { border-color: rgb(173,208,198); }
td.TdClassName
{
border-color: #ADD0C6;
}
.TagClassName
{
border-color: #ADD0C6;
}
</style>