Shades of Jet Stream #AED4C5
Tints of Jet Stream #AED4C5
RGB
CMYK
RGB Variations
Color information
#AED4C5 (or 0xAED4C5) is known color: Jet Stream. HEX triplet: AE, D4 and C5. RGB value is (174,212,197). Sum of RGB (Red+Green+Blue) = 174+212+197=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 212 - color contains mainly: green. Hex color #AED4C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4C5 is #512B3A. Grayscale: #C6C6C6. Windows color (decimal): -5319483 or 12965038. OLE color: 12965038.
HSL color Cylindrical-coordinate representation of color #AED4C5: hue angle of 156.32º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED4C5 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 212 | 197 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.17 |
| HSL | 156.32º | 0.31% | 0.76% | - |
| HSV(B) | 156.32º | 0.18% | 0.83% | - |
| XYZ | 51.08 | 60.12 | 61.73 | - |
| YUV | 198.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 197 | 0.18 | 0 | 0.07 | 0.17 | 156.32 | 0.31 | 0.76 |
| Hex | AE | D4 | C5 | 12 | 0 | 7 | 11 | 9C | 1F | 4C |
| Octal | 256 | 324 | 305 | 22 | 0 | 7 | 21 | 234 | 37 | 114 |
| Binary | 10101110 | 11010100 | 11000101 | 10010 | 0 | 111 | 10001 | 10011100 | 11111 | 1001100 |
Color Harmonies of #AED4C5
Complementary color
Monochromatic Colors of #AED4C5
Black with #AED4C5
Text Example
Text Example
White with #AED4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED4C5; }
p { color: rgb(174,212,197); }
H1.HeaderClassName
{
color: #AED4C5;
}
.AnyTagClassName
{
color: #AED4C5;
}
</style>
background-color css
<style>
a { background-color: #AED4C5; }
a { background-color: rgb(174,212,197); }
div.DivClassName
{
background-color: #AED4C5;
}
.BgClassName
{
background-color: #AED4C5;
}
</style>
border-color css
<style>
span { border-color: #AED4C5; }
span { border-color: rgb(174,212,197); }
td.TdClassName
{
border-color: #AED4C5;
}
.TagClassName
{
border-color: #AED4C5;
}
</style>