Shades of Jet Stream #AEDAC6
Tints of Jet Stream #AEDAC6
RGB
CMYK
RGB Variations
Color information
#AEDAC6 (or 0xAEDAC6) is known color: Jet Stream. HEX triplet: AE, DA and C6. RGB value is (174,218,198). Sum of RGB (Red+Green+Blue) = 174+218+198=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAC6 is #512539. Grayscale: #CACACA. Windows color (decimal): -5317946 or 13032110. OLE color: 13032110.
HSL color Cylindrical-coordinate representation of color #AEDAC6: hue angle of 152.73º 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 #AEDAC6 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 198 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.15 |
| HSL | 152.73º | 0.37% | 0.77% | - |
| HSV(B) | 152.73º | 0.2% | 0.85% | - |
| XYZ | 52.72 | 63.22 | 62.85 | - |
| YUV | 202.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 198 | 0.20 | 0 | 0.09 | 0.15 | 152.73 | 0.37 | 0.77 |
| Hex | AE | DA | C6 | 14 | 0 | 9 | F | 99 | 25 | 4D |
| Octal | 256 | 332 | 306 | 24 | 0 | 11 | 17 | 231 | 45 | 115 |
| Binary | 10101110 | 11011010 | 11000110 | 10100 | 0 | 1001 | 1111 | 10011001 | 100101 | 1001101 |
Color Harmonies of #AEDAC6
Complementary color
Monochromatic Colors of #AEDAC6
Black with #AEDAC6
Text Example
Text Example
White with #AEDAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAC6; }
p { color: rgb(174,218,198); }
H1.HeaderClassName
{
color: #AEDAC6;
}
.AnyTagClassName
{
color: #AEDAC6;
}
</style>
background-color css
<style>
a { background-color: #AEDAC6; }
a { background-color: rgb(174,218,198); }
div.DivClassName
{
background-color: #AEDAC6;
}
.BgClassName
{
background-color: #AEDAC6;
}
</style>
border-color css
<style>
span { border-color: #AEDAC6; }
span { border-color: rgb(174,218,198); }
td.TdClassName
{
border-color: #AEDAC6;
}
.TagClassName
{
border-color: #AEDAC6;
}
</style>