Shades of Jet Stream #AECFC4
Tints of Jet Stream #AECFC4
RGB
CMYK
RGB Variations
Color information
#AECFC4 (or 0xAECFC4) is known color: Jet Stream. HEX triplet: AE, CF and C4. RGB value is (174,207,196). Sum of RGB (Red+Green+Blue) = 174+207+196=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFC4 is #51303B. Grayscale: #C3C3C3. Windows color (decimal): -5320764 or 12898222. OLE color: 12898222.
HSL color Cylindrical-coordinate representation of color #AECFC4: hue angle of 160º degrees, saturation: 0.26, 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 #AECFC4 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 196 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.19 |
| HSL | 160º | 0.26% | 0.75% | - |
| HSV(B) | 160º | 0.16% | 0.81% | - |
| XYZ | 49.73 | 57.61 | 60.72 | - |
| YUV | 195.88 | 128.07 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 196 | 0.16 | 0 | 0.05 | 0.19 | 160 | 0.26 | 0.75 |
| Hex | AE | CF | C4 | 10 | 0 | 5 | 13 | A0 | 1A | 4B |
| Octal | 256 | 317 | 304 | 20 | 0 | 5 | 23 | 240 | 32 | 113 |
| Binary | 10101110 | 11001111 | 11000100 | 10000 | 0 | 101 | 10011 | 10100000 | 11010 | 1001011 |
Color Harmonies of #AECFC4
Complementary color
Monochromatic Colors of #AECFC4
Black with #AECFC4
Text Example
Text Example
White with #AECFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFC4; }
p { color: rgb(174,207,196); }
H1.HeaderClassName
{
color: #AECFC4;
}
.AnyTagClassName
{
color: #AECFC4;
}
</style>
background-color css
<style>
a { background-color: #AECFC4; }
a { background-color: rgb(174,207,196); }
div.DivClassName
{
background-color: #AECFC4;
}
.BgClassName
{
background-color: #AECFC4;
}
</style>
border-color css
<style>
span { border-color: #AECFC4; }
span { border-color: rgb(174,207,196); }
td.TdClassName
{
border-color: #AECFC4;
}
.TagClassName
{
border-color: #AECFC4;
}
</style>