Shades of Jet Stream #AECEC2
Tints of Jet Stream #AECEC2
RGB
CMYK
RGB Variations
Color information
#AECEC2 (or 0xAECEC2) is known color: Jet Stream. HEX triplet: AE, CE and C2. RGB value is (174,206,194). Sum of RGB (Red+Green+Blue) = 174+206+194=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEC2 is #51313D. Grayscale: #C3C3C3. Windows color (decimal): -5321022 or 12766894. OLE color: 12766894.
HSL color Cylindrical-coordinate representation of color #AECEC2: hue angle of 157.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECEC2 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 194 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.19 |
| HSL | 157.5º | 0.25% | 0.75% | - |
| HSV(B) | 157.5º | 0.16% | 0.81% | - |
| XYZ | 49.26 | 57.04 | 59.45 | - |
| YUV | 195.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 194 | 0.16 | 0 | 0.06 | 0.19 | 157.5 | 0.25 | 0.75 |
| Hex | AE | CE | C2 | 10 | 0 | 6 | 13 | 9E | 19 | 4B |
| Octal | 256 | 316 | 302 | 20 | 0 | 6 | 23 | 236 | 31 | 113 |
| Binary | 10101110 | 11001110 | 11000010 | 10000 | 0 | 110 | 10011 | 10011110 | 11001 | 1001011 |
Color Harmonies of #AECEC2
Complementary color
Monochromatic Colors of #AECEC2
Black with #AECEC2
Text Example
Text Example
White with #AECEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECEC2; }
p { color: rgb(174,206,194); }
H1.HeaderClassName
{
color: #AECEC2;
}
.AnyTagClassName
{
color: #AECEC2;
}
</style>
background-color css
<style>
a { background-color: #AECEC2; }
a { background-color: rgb(174,206,194); }
div.DivClassName
{
background-color: #AECEC2;
}
.BgClassName
{
background-color: #AECEC2;
}
</style>
border-color css
<style>
span { border-color: #AECEC2; }
span { border-color: rgb(174,206,194); }
td.TdClassName
{
border-color: #AECEC2;
}
.TagClassName
{
border-color: #AECEC2;
}
</style>