Shades of Jet Stream #ADCFC2
Tints of Jet Stream #ADCFC2
RGB
CMYK
RGB Variations
Color information
#ADCFC2 (or 0xADCFC2) is known color: Jet Stream. HEX triplet: AD, CF and C2. RGB value is (173,207,194). Sum of RGB (Red+Green+Blue) = 173+207+194=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFC2 is #52303D. Grayscale: #C3C3C3. Windows color (decimal): -5386302 or 12767149. OLE color: 12767149.
HSL color Cylindrical-coordinate representation of color #ADCFC2: hue angle of 157.06º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCFC2 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 194 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.19 |
| HSL | 157.06º | 0.26% | 0.75% | - |
| HSV(B) | 157.06º | 0.16% | 0.81% | - |
| XYZ | 49.28 | 57.4 | 59.52 | - |
| YUV | 195.35 | 127.24 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 194 | 0.16 | 0 | 0.06 | 0.19 | 157.06 | 0.26 | 0.75 |
| Hex | AD | CF | C2 | 10 | 0 | 6 | 13 | 9D | 1A | 4B |
| Octal | 255 | 317 | 302 | 20 | 0 | 6 | 23 | 235 | 32 | 113 |
| Binary | 10101101 | 11001111 | 11000010 | 10000 | 0 | 110 | 10011 | 10011101 | 11010 | 1001011 |
Color Harmonies of #ADCFC2
Complementary color
Monochromatic Colors of #ADCFC2
Black with #ADCFC2
Text Example
Text Example
White with #ADCFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFC2; }
p { color: rgb(173,207,194); }
H1.HeaderClassName
{
color: #ADCFC2;
}
.AnyTagClassName
{
color: #ADCFC2;
}
</style>
background-color css
<style>
a { background-color: #ADCFC2; }
a { background-color: rgb(173,207,194); }
div.DivClassName
{
background-color: #ADCFC2;
}
.BgClassName
{
background-color: #ADCFC2;
}
</style>
border-color css
<style>
span { border-color: #ADCFC2; }
span { border-color: rgb(173,207,194); }
td.TdClassName
{
border-color: #ADCFC2;
}
.TagClassName
{
border-color: #ADCFC2;
}
</style>