Shades of Jet Stream #ADDBC7
Tints of Jet Stream #ADDBC7
RGB
CMYK
RGB Variations
Color information
#ADDBC7 (or 0xADDBC7) is known color: Jet Stream. HEX triplet: AD, DB and C7. RGB value is (173,219,199). Sum of RGB (Red+Green+Blue) = 173+219+199=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBC7 is #522438. Grayscale: #CBCBCB. Windows color (decimal): -5383225 or 13097901. OLE color: 13097901.
HSL color Cylindrical-coordinate representation of color #ADDBC7: hue angle of 153.91º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDBC7 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 199 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.14 |
| HSL | 153.91º | 0.39% | 0.77% | - |
| HSV(B) | 153.91º | 0.21% | 0.86% | - |
| XYZ | 52.87 | 63.67 | 63.54 | - |
| YUV | 202.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 199 | 0.21 | 0 | 0.09 | 0.14 | 153.91 | 0.39 | 0.77 |
| Hex | AD | DB | C7 | 15 | 0 | 9 | E | 9A | 27 | 4D |
| Octal | 255 | 333 | 307 | 25 | 0 | 11 | 16 | 232 | 47 | 115 |
| Binary | 10101101 | 11011011 | 11000111 | 10101 | 0 | 1001 | 1110 | 10011010 | 100111 | 1001101 |
Color Harmonies of #ADDBC7
Complementary color
Monochromatic Colors of #ADDBC7
Black with #ADDBC7
Text Example
Text Example
White with #ADDBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBC7; }
p { color: rgb(173,219,199); }
H1.HeaderClassName
{
color: #ADDBC7;
}
.AnyTagClassName
{
color: #ADDBC7;
}
</style>
background-color css
<style>
a { background-color: #ADDBC7; }
a { background-color: rgb(173,219,199); }
div.DivClassName
{
background-color: #ADDBC7;
}
.BgClassName
{
background-color: #ADDBC7;
}
</style>
border-color css
<style>
span { border-color: #ADDBC7; }
span { border-color: rgb(173,219,199); }
td.TdClassName
{
border-color: #ADDBC7;
}
.TagClassName
{
border-color: #ADDBC7;
}
</style>