Shades of Jet Stream #AED2C7
Tints of Jet Stream #AED2C7
RGB
CMYK
RGB Variations
Color information
#AED2C7 (or 0xAED2C7) is known color: Jet Stream. HEX triplet: AE, D2 and C7. RGB value is (174,210,199). Sum of RGB (Red+Green+Blue) = 174+210+199=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #AED2C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2C7 is #512D38. Grayscale: #C5C5C5. Windows color (decimal): -5319993 or 13095598. OLE color: 13095598.
HSL color Cylindrical-coordinate representation of color #AED2C7: hue angle of 161.67º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AED2C7 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 199 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.18 |
| HSL | 161.67º | 0.29% | 0.75% | - |
| HSV(B) | 161.67º | 0.17% | 0.82% | - |
| XYZ | 50.81 | 59.22 | 62.78 | - |
| YUV | 197.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 199 | 0.17 | 0 | 0.05 | 0.18 | 161.67 | 0.29 | 0.75 |
| Hex | AE | D2 | C7 | 11 | 0 | 5 | 12 | A2 | 1D | 4B |
| Octal | 256 | 322 | 307 | 21 | 0 | 5 | 22 | 242 | 35 | 113 |
| Binary | 10101110 | 11010010 | 11000111 | 10001 | 0 | 101 | 10010 | 10100010 | 11101 | 1001011 |
Color Harmonies of #AED2C7
Complementary color
Monochromatic Colors of #AED2C7
Black with #AED2C7
Text Example
Text Example
White with #AED2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED2C7; }
p { color: rgb(174,210,199); }
H1.HeaderClassName
{
color: #AED2C7;
}
.AnyTagClassName
{
color: #AED2C7;
}
</style>
background-color css
<style>
a { background-color: #AED2C7; }
a { background-color: rgb(174,210,199); }
div.DivClassName
{
background-color: #AED2C7;
}
.BgClassName
{
background-color: #AED2C7;
}
</style>
border-color css
<style>
span { border-color: #AED2C7; }
span { border-color: rgb(174,210,199); }
td.TdClassName
{
border-color: #AED2C7;
}
.TagClassName
{
border-color: #AED2C7;
}
</style>