Shades of Jet Stream #AEDCC7
Tints of Jet Stream #AEDCC7
RGB
CMYK
RGB Variations
Color information
#AEDCC7 (or 0xAEDCC7) is known color: Jet Stream. HEX triplet: AE, DC and C7. RGB value is (174,220,199). Sum of RGB (Red+Green+Blue) = 174+220+199=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCC7 is #512338. Grayscale: #CBCBCB. Windows color (decimal): -5317433 or 13098158. OLE color: 13098158.
HSL color Cylindrical-coordinate representation of color #AEDCC7: hue angle of 152.61º 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 #AEDCC7 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 199 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.14 |
| HSL | 152.61º | 0.4% | 0.77% | - |
| HSV(B) | 152.61º | 0.21% | 0.86% | - |
| XYZ | 53.36 | 64.31 | 63.63 | - |
| YUV | 203.85 | 125.26 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 199 | 0.21 | 0 | 0.10 | 0.14 | 152.61 | 0.4 | 0.77 |
| Hex | AE | DC | C7 | 15 | 0 | A | E | 99 | 28 | 4D |
| Octal | 256 | 334 | 307 | 25 | 0 | 12 | 16 | 231 | 50 | 115 |
| Binary | 10101110 | 11011100 | 11000111 | 10101 | 0 | 1010 | 1110 | 10011001 | 101000 | 1001101 |
Color Harmonies of #AEDCC7
Complementary color
Monochromatic Colors of #AEDCC7
Black with #AEDCC7
Text Example
Text Example
White with #AEDCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCC7; }
p { color: rgb(174,220,199); }
H1.HeaderClassName
{
color: #AEDCC7;
}
.AnyTagClassName
{
color: #AEDCC7;
}
</style>
background-color css
<style>
a { background-color: #AEDCC7; }
a { background-color: rgb(174,220,199); }
div.DivClassName
{
background-color: #AEDCC7;
}
.BgClassName
{
background-color: #AEDCC7;
}
</style>
border-color css
<style>
span { border-color: #AEDCC7; }
span { border-color: rgb(174,220,199); }
td.TdClassName
{
border-color: #AEDCC7;
}
.TagClassName
{
border-color: #AEDCC7;
}
</style>