Shades of Jet Stream #ADDAC6
Tints of Jet Stream #ADDAC6
RGB
CMYK
RGB Variations
Color information
#ADDAC6 (or 0xADDAC6) is known color: Jet Stream. HEX triplet: AD, DA and C6. RGB value is (173,218,198). Sum of RGB (Red+Green+Blue) = 173+218+198=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAC6 is #522539. Grayscale: #CACACA. Windows color (decimal): -5383482 or 13032109. OLE color: 13032109.
HSL color Cylindrical-coordinate representation of color #ADDAC6: hue angle of 153.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDAC6 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 198 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.15 |
| HSL | 153.33º | 0.38% | 0.77% | - |
| HSV(B) | 153.33º | 0.21% | 0.85% | - |
| XYZ | 52.5 | 63.1 | 62.84 | - |
| YUV | 202.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 198 | 0.21 | 0 | 0.09 | 0.15 | 153.33 | 0.38 | 0.77 |
| Hex | AD | DA | C6 | 15 | 0 | 9 | F | 99 | 26 | 4D |
| Octal | 255 | 332 | 306 | 25 | 0 | 11 | 17 | 231 | 46 | 115 |
| Binary | 10101101 | 11011010 | 11000110 | 10101 | 0 | 1001 | 1111 | 10011001 | 100110 | 1001101 |
Color Harmonies of #ADDAC6
Complementary color
Monochromatic Colors of #ADDAC6
Black with #ADDAC6
Text Example
Text Example
White with #ADDAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAC6; }
p { color: rgb(173,218,198); }
H1.HeaderClassName
{
color: #ADDAC6;
}
.AnyTagClassName
{
color: #ADDAC6;
}
</style>
background-color css
<style>
a { background-color: #ADDAC6; }
a { background-color: rgb(173,218,198); }
div.DivClassName
{
background-color: #ADDAC6;
}
.BgClassName
{
background-color: #ADDAC6;
}
</style>
border-color css
<style>
span { border-color: #ADDAC6; }
span { border-color: rgb(173,218,198); }
td.TdClassName
{
border-color: #ADDAC6;
}
.TagClassName
{
border-color: #ADDAC6;
}
</style>