Shades of Jet Stream #AED0C1
Tints of Jet Stream #AED0C1
RGB
CMYK
RGB Variations
Color information
#AED0C1 (or 0xAED0C1) is known color: Jet Stream. HEX triplet: AE, D0 and C1. RGB value is (174,208,193). Sum of RGB (Red+Green+Blue) = 174+208+193=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 208 - color contains mainly: green. Hex color #AED0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0C1 is #512F3E. Grayscale: #C4C4C4. Windows color (decimal): -5320511 or 12701870. OLE color: 12701870.
HSL color Cylindrical-coordinate representation of color #AED0C1: hue angle of 153.53º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AED0C1 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 193 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.18 |
| HSL | 153.53º | 0.27% | 0.75% | - |
| HSV(B) | 153.53º | 0.16% | 0.82% | - |
| XYZ | 49.64 | 57.96 | 59.02 | - |
| YUV | 196.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 193 | 0.16 | 0 | 0.07 | 0.18 | 153.53 | 0.27 | 0.75 |
| Hex | AE | D0 | C1 | 10 | 0 | 7 | 12 | 9A | 1B | 4B |
| Octal | 256 | 320 | 301 | 20 | 0 | 7 | 22 | 232 | 33 | 113 |
| Binary | 10101110 | 11010000 | 11000001 | 10000 | 0 | 111 | 10010 | 10011010 | 11011 | 1001011 |
Color Harmonies of #AED0C1
Complementary color
Monochromatic Colors of #AED0C1
Black with #AED0C1
Text Example
Text Example
White with #AED0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED0C1; }
p { color: rgb(174,208,193); }
H1.HeaderClassName
{
color: #AED0C1;
}
.AnyTagClassName
{
color: #AED0C1;
}
</style>
background-color css
<style>
a { background-color: #AED0C1; }
a { background-color: rgb(174,208,193); }
div.DivClassName
{
background-color: #AED0C1;
}
.BgClassName
{
background-color: #AED0C1;
}
</style>
border-color css
<style>
span { border-color: #AED0C1; }
span { border-color: rgb(174,208,193); }
td.TdClassName
{
border-color: #AED0C1;
}
.TagClassName
{
border-color: #AED0C1;
}
</style>