Shades of Jet Stream #ADCFC3
Tints of Jet Stream #ADCFC3
RGB
CMYK
RGB Variations
Color information
#ADCFC3 (or 0xADCFC3) is known color: Jet Stream. HEX triplet: AD, CF and C3. RGB value is (173,207,195). Sum of RGB (Red+Green+Blue) = 173+207+195=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFC3 is #52303C. Grayscale: #C3C3C3. Windows color (decimal): -5386301 or 12832685. OLE color: 12832685.
HSL color Cylindrical-coordinate representation of color #ADCFC3: hue angle of 158.82º 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 #ADCFC3 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 195 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.19 |
| HSL | 158.82º | 0.26% | 0.75% | - |
| HSV(B) | 158.82º | 0.16% | 0.81% | - |
| XYZ | 49.4 | 57.45 | 60.12 | - |
| YUV | 195.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 195 | 0.16 | 0 | 0.06 | 0.19 | 158.82 | 0.26 | 0.75 |
| Hex | AD | CF | C3 | 10 | 0 | 6 | 13 | 9F | 1A | 4B |
| Octal | 255 | 317 | 303 | 20 | 0 | 6 | 23 | 237 | 32 | 113 |
| Binary | 10101101 | 11001111 | 11000011 | 10000 | 0 | 110 | 10011 | 10011111 | 11010 | 1001011 |
Color Harmonies of #ADCFC3
Complementary color
Monochromatic Colors of #ADCFC3
Black with #ADCFC3
Text Example
Text Example
White with #ADCFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFC3; }
p { color: rgb(173,207,195); }
H1.HeaderClassName
{
color: #ADCFC3;
}
.AnyTagClassName
{
color: #ADCFC3;
}
</style>
background-color css
<style>
a { background-color: #ADCFC3; }
a { background-color: rgb(173,207,195); }
div.DivClassName
{
background-color: #ADCFC3;
}
.BgClassName
{
background-color: #ADCFC3;
}
</style>
border-color css
<style>
span { border-color: #ADCFC3; }
span { border-color: rgb(173,207,195); }
td.TdClassName
{
border-color: #ADCFC3;
}
.TagClassName
{
border-color: #ADCFC3;
}
</style>