Shades of Jet Stream #AEDAC9
Tints of Jet Stream #AEDAC9
RGB
CMYK
RGB Variations
Color information
#AEDAC9 (or 0xAEDAC9) is known color: Jet Stream. HEX triplet: AE, DA and C9. RGB value is (174,218,201). Sum of RGB (Red+Green+Blue) = 174+218+201=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAC9 is #512536. Grayscale: #CACACA. Windows color (decimal): -5317943 or 13228718. OLE color: 13228718.
HSL color Cylindrical-coordinate representation of color #AEDAC9: hue angle of 156.82º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDAC9 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 201 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.15 |
| HSL | 156.82º | 0.37% | 0.77% | - |
| HSV(B) | 156.82º | 0.2% | 0.85% | - |
| XYZ | 53.07 | 63.36 | 64.69 | - |
| YUV | 202.91 | 126.92 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 201 | 0.20 | 0 | 0.08 | 0.15 | 156.82 | 0.37 | 0.77 |
| Hex | AE | DA | C9 | 14 | 0 | 8 | F | 9D | 25 | 4D |
| Octal | 256 | 332 | 311 | 24 | 0 | 10 | 17 | 235 | 45 | 115 |
| Binary | 10101110 | 11011010 | 11001001 | 10100 | 0 | 1000 | 1111 | 10011101 | 100101 | 1001101 |
Color Harmonies of #AEDAC9
Complementary color
Monochromatic Colors of #AEDAC9
Black with #AEDAC9
Text Example
Text Example
White with #AEDAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAC9; }
p { color: rgb(174,218,201); }
H1.HeaderClassName
{
color: #AEDAC9;
}
.AnyTagClassName
{
color: #AEDAC9;
}
</style>
background-color css
<style>
a { background-color: #AEDAC9; }
a { background-color: rgb(174,218,201); }
div.DivClassName
{
background-color: #AEDAC9;
}
.BgClassName
{
background-color: #AEDAC9;
}
</style>
border-color css
<style>
span { border-color: #AEDAC9; }
span { border-color: rgb(174,218,201); }
td.TdClassName
{
border-color: #AEDAC9;
}
.TagClassName
{
border-color: #AEDAC9;
}
</style>