Shades of Jet Stream #ADCEC1
Tints of Jet Stream #ADCEC1
RGB
CMYK
RGB Variations
Color information
#ADCEC1 (or 0xADCEC1) is known color: Jet Stream. HEX triplet: AD, CE and C1. RGB value is (173,206,193). Sum of RGB (Red+Green+Blue) = 173+206+193=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEC1 is #52313E. Grayscale: #C2C2C2. Windows color (decimal): -5386559 or 12701357. OLE color: 12701357.
HSL color Cylindrical-coordinate representation of color #ADCEC1: hue angle of 156.36º 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 #ADCEC1 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 193 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.19 |
| HSL | 156.36º | 0.25% | 0.74% | - |
| HSV(B) | 156.36º | 0.16% | 0.81% | - |
| XYZ | 48.93 | 56.88 | 58.85 | - |
| YUV | 194.65 | 127.07 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 193 | 0.16 | 0 | 0.06 | 0.19 | 156.36 | 0.25 | 0.74 |
| Hex | AD | CE | C1 | 10 | 0 | 6 | 13 | 9C | 19 | 4A |
| Octal | 255 | 316 | 301 | 20 | 0 | 6 | 23 | 234 | 31 | 112 |
| Binary | 10101101 | 11001110 | 11000001 | 10000 | 0 | 110 | 10011 | 10011100 | 11001 | 1001010 |
Color Harmonies of #ADCEC1
Complementary color
Monochromatic Colors of #ADCEC1
Black with #ADCEC1
Text Example
Text Example
White with #ADCEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEC1; }
p { color: rgb(173,206,193); }
H1.HeaderClassName
{
color: #ADCEC1;
}
.AnyTagClassName
{
color: #ADCEC1;
}
</style>
background-color css
<style>
a { background-color: #ADCEC1; }
a { background-color: rgb(173,206,193); }
div.DivClassName
{
background-color: #ADCEC1;
}
.BgClassName
{
background-color: #ADCEC1;
}
</style>
border-color css
<style>
span { border-color: #ADCEC1; }
span { border-color: rgb(173,206,193); }
td.TdClassName
{
border-color: #ADCEC1;
}
.TagClassName
{
border-color: #ADCEC1;
}
</style>