Shades of Jet Stream #ADCEC2
Tints of Jet Stream #ADCEC2
RGB
CMYK
RGB Variations
Color information
#ADCEC2 (or 0xADCEC2) is known color: Jet Stream. HEX triplet: AD, CE and C2. RGB value is (173,206,194). Sum of RGB (Red+Green+Blue) = 173+206+194=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEC2 is #52313D. Grayscale: #C2C2C2. Windows color (decimal): -5386558 or 12766893. OLE color: 12766893.
HSL color Cylindrical-coordinate representation of color #ADCEC2: hue angle of 158.18º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCEC2 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 194 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.19 |
| HSL | 158.18º | 0.25% | 0.74% | - |
| HSV(B) | 158.18º | 0.16% | 0.81% | - |
| XYZ | 49.04 | 56.92 | 59.44 | - |
| YUV | 194.77 | 127.57 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 194 | 0.16 | 0 | 0.06 | 0.19 | 158.18 | 0.25 | 0.74 |
| Hex | AD | CE | C2 | 10 | 0 | 6 | 13 | 9E | 19 | 4A |
| Octal | 255 | 316 | 302 | 20 | 0 | 6 | 23 | 236 | 31 | 112 |
| Binary | 10101101 | 11001110 | 11000010 | 10000 | 0 | 110 | 10011 | 10011110 | 11001 | 1001010 |
Color Harmonies of #ADCEC2
Complementary color
Monochromatic Colors of #ADCEC2
Black with #ADCEC2
Text Example
Text Example
White with #ADCEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEC2; }
p { color: rgb(173,206,194); }
H1.HeaderClassName
{
color: #ADCEC2;
}
.AnyTagClassName
{
color: #ADCEC2;
}
</style>
background-color css
<style>
a { background-color: #ADCEC2; }
a { background-color: rgb(173,206,194); }
div.DivClassName
{
background-color: #ADCEC2;
}
.BgClassName
{
background-color: #ADCEC2;
}
</style>
border-color css
<style>
span { border-color: #ADCEC2; }
span { border-color: rgb(173,206,194); }
td.TdClassName
{
border-color: #ADCEC2;
}
.TagClassName
{
border-color: #ADCEC2;
}
</style>