Shades of Jet Stream #ADDAC7
Tints of Jet Stream #ADDAC7
RGB
CMYK
RGB Variations
Color information
#ADDAC7 (or 0xADDAC7) is known color: Jet Stream. HEX triplet: AD, DA and C7. RGB value is (173,218,199). Sum of RGB (Red+Green+Blue) = 173+218+199=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAC7 is #522538. Grayscale: #CACACA. Windows color (decimal): -5383481 or 13097645. OLE color: 13097645.
HSL color Cylindrical-coordinate representation of color #ADDAC7: hue angle of 154.67º 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 #ADDAC7 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 199 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.15 |
| HSL | 154.67º | 0.38% | 0.77% | - |
| HSV(B) | 154.67º | 0.21% | 0.85% | - |
| XYZ | 52.61 | 63.15 | 63.45 | - |
| YUV | 202.38 | 126.09 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 199 | 0.21 | 0 | 0.09 | 0.15 | 154.67 | 0.38 | 0.77 |
| Hex | AD | DA | C7 | 15 | 0 | 9 | F | 9B | 26 | 4D |
| Octal | 255 | 332 | 307 | 25 | 0 | 11 | 17 | 233 | 46 | 115 |
| Binary | 10101101 | 11011010 | 11000111 | 10101 | 0 | 1001 | 1111 | 10011011 | 100110 | 1001101 |
Color Harmonies of #ADDAC7
Complementary color
Monochromatic Colors of #ADDAC7
Black with #ADDAC7
Text Example
Text Example
White with #ADDAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAC7; }
p { color: rgb(173,218,199); }
H1.HeaderClassName
{
color: #ADDAC7;
}
.AnyTagClassName
{
color: #ADDAC7;
}
</style>
background-color css
<style>
a { background-color: #ADDAC7; }
a { background-color: rgb(173,218,199); }
div.DivClassName
{
background-color: #ADDAC7;
}
.BgClassName
{
background-color: #ADDAC7;
}
</style>
border-color css
<style>
span { border-color: #ADDAC7; }
span { border-color: rgb(173,218,199); }
td.TdClassName
{
border-color: #ADDAC7;
}
.TagClassName
{
border-color: #ADDAC7;
}
</style>