Shades of Jet Stream #ADD0C4
Tints of Jet Stream #ADD0C4
RGB
CMYK
RGB Variations
Color information
#ADD0C4 (or 0xADD0C4) is known color: Jet Stream. HEX triplet: AD, D0 and C4. RGB value is (173,208,196). Sum of RGB (Red+Green+Blue) = 173+208+196=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0C4 is #522F3B. Grayscale: #C4C4C4. Windows color (decimal): -5386044 or 12898477. OLE color: 12898477.
HSL color Cylindrical-coordinate representation of color #ADD0C4: hue angle of 159.43º 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 #ADD0C4 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 196 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.18 |
| HSL | 159.43º | 0.27% | 0.75% | - |
| HSV(B) | 159.43º | 0.17% | 0.82% | - |
| XYZ | 49.75 | 57.98 | 60.79 | - |
| YUV | 196.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 196 | 0.17 | 0 | 0.06 | 0.18 | 159.43 | 0.27 | 0.75 |
| Hex | AD | D0 | C4 | 11 | 0 | 6 | 12 | 9F | 1B | 4B |
| Octal | 255 | 320 | 304 | 21 | 0 | 6 | 22 | 237 | 33 | 113 |
| Binary | 10101101 | 11010000 | 11000100 | 10001 | 0 | 110 | 10010 | 10011111 | 11011 | 1001011 |
Color Harmonies of #ADD0C4
Complementary color
Monochromatic Colors of #ADD0C4
Black with #ADD0C4
Text Example
Text Example
White with #ADD0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0C4; }
p { color: rgb(173,208,196); }
H1.HeaderClassName
{
color: #ADD0C4;
}
.AnyTagClassName
{
color: #ADD0C4;
}
</style>
background-color css
<style>
a { background-color: #ADD0C4; }
a { background-color: rgb(173,208,196); }
div.DivClassName
{
background-color: #ADD0C4;
}
.BgClassName
{
background-color: #ADD0C4;
}
</style>
border-color css
<style>
span { border-color: #ADD0C4; }
span { border-color: rgb(173,208,196); }
td.TdClassName
{
border-color: #ADD0C4;
}
.TagClassName
{
border-color: #ADD0C4;
}
</style>