Shades of Jet Stream #AEDCC4
Tints of Jet Stream #AEDCC4
RGB
CMYK
RGB Variations
Color information
#AEDCC4 (or 0xAEDCC4) is known color: Jet Stream. HEX triplet: AE, DC and C4. RGB value is (174,220,196). Sum of RGB (Red+Green+Blue) = 174+220+196=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCC4 is #51233B. Grayscale: #CBCBCB. Windows color (decimal): -5317436 or 12901550. OLE color: 12901550.
HSL color Cylindrical-coordinate representation of color #AEDCC4: hue angle of 148.7º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCC4 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 196 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.14 |
| HSL | 148.7º | 0.4% | 0.77% | - |
| HSV(B) | 148.7º | 0.21% | 0.86% | - |
| XYZ | 53.01 | 64.17 | 61.82 | - |
| YUV | 203.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 196 | 0.21 | 0 | 0.11 | 0.14 | 148.7 | 0.4 | 0.77 |
| Hex | AE | DC | C4 | 15 | 0 | B | E | 95 | 28 | 4D |
| Octal | 256 | 334 | 304 | 25 | 0 | 13 | 16 | 225 | 50 | 115 |
| Binary | 10101110 | 11011100 | 11000100 | 10101 | 0 | 1011 | 1110 | 10010101 | 101000 | 1001101 |
Color Harmonies of #AEDCC4
Complementary color
Monochromatic Colors of #AEDCC4
Black with #AEDCC4
Text Example
Text Example
White with #AEDCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCC4; }
p { color: rgb(174,220,196); }
H1.HeaderClassName
{
color: #AEDCC4;
}
.AnyTagClassName
{
color: #AEDCC4;
}
</style>
background-color css
<style>
a { background-color: #AEDCC4; }
a { background-color: rgb(174,220,196); }
div.DivClassName
{
background-color: #AEDCC4;
}
.BgClassName
{
background-color: #AEDCC4;
}
</style>
border-color css
<style>
span { border-color: #AEDCC4; }
span { border-color: rgb(174,220,196); }
td.TdClassName
{
border-color: #AEDCC4;
}
.TagClassName
{
border-color: #AEDCC4;
}
</style>