Shades of Jet Stream #ADD0C3
Tints of Jet Stream #ADD0C3
RGB
CMYK
RGB Variations
Color information
#ADD0C3 (or 0xADD0C3) is known color: Jet Stream. HEX triplet: AD, D0 and C3. RGB value is (173,208,195). Sum of RGB (Red+Green+Blue) = 173+208+195=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0C3 is #522F3C. Grayscale: #C4C4C4. Windows color (decimal): -5386045 or 12832941. OLE color: 12832941.
HSL color Cylindrical-coordinate representation of color #ADD0C3: hue angle of 157.71º 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 #ADD0C3 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 195 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.18 |
| HSL | 157.71º | 0.27% | 0.75% | - |
| HSV(B) | 157.71º | 0.17% | 0.82% | - |
| XYZ | 49.64 | 57.94 | 60.2 | - |
| YUV | 196.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 195 | 0.17 | 0 | 0.06 | 0.18 | 157.71 | 0.27 | 0.75 |
| Hex | AD | D0 | C3 | 11 | 0 | 6 | 12 | 9E | 1B | 4B |
| Octal | 255 | 320 | 303 | 21 | 0 | 6 | 22 | 236 | 33 | 113 |
| Binary | 10101101 | 11010000 | 11000011 | 10001 | 0 | 110 | 10010 | 10011110 | 11011 | 1001011 |
Color Harmonies of #ADD0C3
Complementary color
Monochromatic Colors of #ADD0C3
Black with #ADD0C3
Text Example
Text Example
White with #ADD0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0C3; }
p { color: rgb(173,208,195); }
H1.HeaderClassName
{
color: #ADD0C3;
}
.AnyTagClassName
{
color: #ADD0C3;
}
</style>
background-color css
<style>
a { background-color: #ADD0C3; }
a { background-color: rgb(173,208,195); }
div.DivClassName
{
background-color: #ADD0C3;
}
.BgClassName
{
background-color: #ADD0C3;
}
</style>
border-color css
<style>
span { border-color: #ADD0C3; }
span { border-color: rgb(173,208,195); }
td.TdClassName
{
border-color: #ADD0C3;
}
.TagClassName
{
border-color: #ADD0C3;
}
</style>