Shades of Jet Stream #AEDDC7
Tints of Jet Stream #AEDDC7
RGB
CMYK
RGB Variations
Color information
#AEDDC7 (or 0xAEDDC7) is known color: Jet Stream. HEX triplet: AE, DD and C7. RGB value is (174,221,199). Sum of RGB (Red+Green+Blue) = 174+221+199=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDC7 is #512238. Grayscale: #CCCCCC. Windows color (decimal): -5317177 or 13098414. OLE color: 13098414.
HSL color Cylindrical-coordinate representation of color #AEDDC7: hue angle of 151.91º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDC7 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 199 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.13 |
| HSL | 151.91º | 0.41% | 0.77% | - |
| HSV(B) | 151.91º | 0.21% | 0.87% | - |
| XYZ | 53.62 | 64.84 | 63.72 | - |
| YUV | 204.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 199 | 0.21 | 0 | 0.10 | 0.13 | 151.91 | 0.41 | 0.77 |
| Hex | AE | DD | C7 | 15 | 0 | A | D | 98 | 29 | 4D |
| Octal | 256 | 335 | 307 | 25 | 0 | 12 | 15 | 230 | 51 | 115 |
| Binary | 10101110 | 11011101 | 11000111 | 10101 | 0 | 1010 | 1101 | 10011000 | 101001 | 1001101 |
Color Harmonies of #AEDDC7
Complementary color
Monochromatic Colors of #AEDDC7
Black with #AEDDC7
Text Example
Text Example
White with #AEDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDC7; }
p { color: rgb(174,221,199); }
H1.HeaderClassName
{
color: #AEDDC7;
}
.AnyTagClassName
{
color: #AEDDC7;
}
</style>
background-color css
<style>
a { background-color: #AEDDC7; }
a { background-color: rgb(174,221,199); }
div.DivClassName
{
background-color: #AEDDC7;
}
.BgClassName
{
background-color: #AEDDC7;
}
</style>
border-color css
<style>
span { border-color: #AEDDC7; }
span { border-color: rgb(174,221,199); }
td.TdClassName
{
border-color: #AEDDC7;
}
.TagClassName
{
border-color: #AEDDC7;
}
</style>