Shades of Jet Stream #AECDC1
Tints of Jet Stream #AECDC1
RGB
CMYK
RGB Variations
Color information
#AECDC1 (or 0xAECDC1) is known color: Jet Stream. HEX triplet: AE, CD and C1. RGB value is (174,205,193). Sum of RGB (Red+Green+Blue) = 174+205+193=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDC1 is #51323E. Grayscale: #C2C2C2. Windows color (decimal): -5321279 or 12701102. OLE color: 12701102.
HSL color Cylindrical-coordinate representation of color #AECDC1: hue angle of 156.77º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECDC1 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 193 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.20 |
| HSL | 156.77º | 0.24% | 0.74% | - |
| HSV(B) | 156.77º | 0.15% | 0.8% | - |
| XYZ | 48.91 | 56.51 | 58.78 | - |
| YUV | 194.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 193 | 0.15 | 0 | 0.06 | 0.20 | 156.77 | 0.24 | 0.74 |
| Hex | AE | CD | C1 | F | 0 | 6 | 14 | 9D | 18 | 4A |
| Octal | 256 | 315 | 301 | 17 | 0 | 6 | 24 | 235 | 30 | 112 |
| Binary | 10101110 | 11001101 | 11000001 | 1111 | 0 | 110 | 10100 | 10011101 | 11000 | 1001010 |
Color Harmonies of #AECDC1
Complementary color
Monochromatic Colors of #AECDC1
Black with #AECDC1
Text Example
Text Example
White with #AECDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDC1; }
p { color: rgb(174,205,193); }
H1.HeaderClassName
{
color: #AECDC1;
}
.AnyTagClassName
{
color: #AECDC1;
}
</style>
background-color css
<style>
a { background-color: #AECDC1; }
a { background-color: rgb(174,205,193); }
div.DivClassName
{
background-color: #AECDC1;
}
.BgClassName
{
background-color: #AECDC1;
}
</style>
border-color css
<style>
span { border-color: #AECDC1; }
span { border-color: rgb(174,205,193); }
td.TdClassName
{
border-color: #AECDC1;
}
.TagClassName
{
border-color: #AECDC1;
}
</style>