Shades of Jet Stream #AEDCC6
Tints of Jet Stream #AEDCC6
RGB
CMYK
RGB Variations
Color information
#AEDCC6 (or 0xAEDCC6) is known color: Jet Stream. HEX triplet: AE, DC and C6. RGB value is (174,220,198). Sum of RGB (Red+Green+Blue) = 174+220+198=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCC6 is #512339. Grayscale: #CBCBCB. Windows color (decimal): -5317434 or 13032622. OLE color: 13032622.
HSL color Cylindrical-coordinate representation of color #AEDCC6: hue angle of 151.3º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCC6 is Cyan = 0.21, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 198 | - |
| CMYK | 0.21 | 0 | 0.1 | 0.14 |
| HSL | 151.3º | 0.4% | 0.77% | - |
| HSV(B) | 151.3º | 0.21% | 0.86% | - |
| XYZ | 53.24 | 64.26 | 63.02 | - |
| YUV | 203.74 | 124.76 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 198 | 0.21 | 0 | 0.1 | 0.14 | 151.3 | 0.4 | 0.77 |
| Hex | AE | DC | C6 | 15 | 0 | A | E | 97 | 28 | 4D |
| Octal | 256 | 334 | 306 | 25 | 0 | 12 | 16 | 227 | 50 | 115 |
| Binary | 10101110 | 11011100 | 11000110 | 10101 | 0 | 1010 | 1110 | 10010111 | 101000 | 1001101 |
Color Harmonies of #AEDCC6
Complementary color
Monochromatic Colors of #AEDCC6
Black with #AEDCC6
Text Example
Text Example
White with #AEDCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCC6; }
p { color: rgb(174,220,198); }
H1.HeaderClassName
{
color: #AEDCC6;
}
.AnyTagClassName
{
color: #AEDCC6;
}
</style>
background-color css
<style>
a { background-color: #AEDCC6; }
a { background-color: rgb(174,220,198); }
div.DivClassName
{
background-color: #AEDCC6;
}
.BgClassName
{
background-color: #AEDCC6;
}
</style>
border-color css
<style>
span { border-color: #AEDCC6; }
span { border-color: rgb(174,220,198); }
td.TdClassName
{
border-color: #AEDCC6;
}
.TagClassName
{
border-color: #AEDCC6;
}
</style>