Shades of Jet Stream #AEDCC8
Tints of Jet Stream #AEDCC8
RGB
CMYK
RGB Variations
Color information
#AEDCC8 (or 0xAEDCC8) is known color: Jet Stream. HEX triplet: AE, DC and C8. RGB value is (174,220,200). Sum of RGB (Red+Green+Blue) = 174+220+200=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCC8 is #512337. Grayscale: #CBCBCB. Windows color (decimal): -5317432 or 13163694. OLE color: 13163694.
HSL color Cylindrical-coordinate representation of color #AEDCC8: hue angle of 153.91º 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 #AEDCC8 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 200 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.14 |
| HSL | 153.91º | 0.4% | 0.77% | - |
| HSV(B) | 153.91º | 0.21% | 0.86% | - |
| XYZ | 53.47 | 64.36 | 64.25 | - |
| YUV | 203.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 200 | 0.21 | 0 | 0.09 | 0.14 | 153.91 | 0.4 | 0.77 |
| Hex | AE | DC | C8 | 15 | 0 | 9 | E | 9A | 28 | 4D |
| Octal | 256 | 334 | 310 | 25 | 0 | 11 | 16 | 232 | 50 | 115 |
| Binary | 10101110 | 11011100 | 11001000 | 10101 | 0 | 1001 | 1110 | 10011010 | 101000 | 1001101 |
Color Harmonies of #AEDCC8
Complementary color
Monochromatic Colors of #AEDCC8
Black with #AEDCC8
Text Example
Text Example
White with #AEDCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCC8; }
p { color: rgb(174,220,200); }
H1.HeaderClassName
{
color: #AEDCC8;
}
.AnyTagClassName
{
color: #AEDCC8;
}
</style>
background-color css
<style>
a { background-color: #AEDCC8; }
a { background-color: rgb(174,220,200); }
div.DivClassName
{
background-color: #AEDCC8;
}
.BgClassName
{
background-color: #AEDCC8;
}
</style>
border-color css
<style>
span { border-color: #AEDCC8; }
span { border-color: rgb(174,220,200); }
td.TdClassName
{
border-color: #AEDCC8;
}
.TagClassName
{
border-color: #AEDCC8;
}
</style>