Shades of Jet Stream #ADD0C2
Tints of Jet Stream #ADD0C2
RGB
CMYK
RGB Variations
Color information
#ADD0C2 (or 0xADD0C2) is known color: Jet Stream. HEX triplet: AD, D0 and C2. RGB value is (173,208,194). Sum of RGB (Red+Green+Blue) = 173+208+194=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0C2 is #522F3D. Grayscale: #C3C3C3. Windows color (decimal): -5386046 or 12767405. OLE color: 12767405.
HSL color Cylindrical-coordinate representation of color #ADD0C2: hue angle of 156º 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 #ADD0C2 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 194 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.18 |
| HSL | 156º | 0.27% | 0.75% | - |
| HSV(B) | 156º | 0.17% | 0.82% | - |
| XYZ | 49.53 | 57.89 | 59.6 | - |
| YUV | 195.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 194 | 0.17 | 0 | 0.07 | 0.18 | 156 | 0.27 | 0.75 |
| Hex | AD | D0 | C2 | 11 | 0 | 7 | 12 | 9C | 1B | 4B |
| Octal | 255 | 320 | 302 | 21 | 0 | 7 | 22 | 234 | 33 | 113 |
| Binary | 10101101 | 11010000 | 11000010 | 10001 | 0 | 111 | 10010 | 10011100 | 11011 | 1001011 |
Color Harmonies of #ADD0C2
Complementary color
Monochromatic Colors of #ADD0C2
Black with #ADD0C2
Text Example
Text Example
White with #ADD0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0C2; }
p { color: rgb(173,208,194); }
H1.HeaderClassName
{
color: #ADD0C2;
}
.AnyTagClassName
{
color: #ADD0C2;
}
</style>
background-color css
<style>
a { background-color: #ADD0C2; }
a { background-color: rgb(173,208,194); }
div.DivClassName
{
background-color: #ADD0C2;
}
.BgClassName
{
background-color: #ADD0C2;
}
</style>
border-color css
<style>
span { border-color: #ADD0C2; }
span { border-color: rgb(173,208,194); }
td.TdClassName
{
border-color: #ADD0C2;
}
.TagClassName
{
border-color: #ADD0C2;
}
</style>