Shades of Jet Stream #AEDBC5
Tints of Jet Stream #AEDBC5
RGB
CMYK
RGB Variations
Color information
#AEDBC5 (or 0xAEDBC5) is known color: Jet Stream. HEX triplet: AE, DB and C5. RGB value is (174,219,197). Sum of RGB (Red+Green+Blue) = 174+219+197=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBC5 is #51243A. Grayscale: #CBCBCB. Windows color (decimal): -5317691 or 12966830. OLE color: 12966830.
HSL color Cylindrical-coordinate representation of color #AEDBC5: hue angle of 150.67º degrees, saturation: 0.38, 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 #AEDBC5 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 197 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.14 |
| HSL | 150.67º | 0.38% | 0.77% | - |
| HSV(B) | 150.67º | 0.21% | 0.86% | - |
| XYZ | 52.87 | 63.69 | 62.33 | - |
| YUV | 203.04 | 124.59 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 197 | 0.21 | 0 | 0.10 | 0.14 | 150.67 | 0.38 | 0.77 |
| Hex | AE | DB | C5 | 15 | 0 | A | E | 97 | 26 | 4D |
| Octal | 256 | 333 | 305 | 25 | 0 | 12 | 16 | 227 | 46 | 115 |
| Binary | 10101110 | 11011011 | 11000101 | 10101 | 0 | 1010 | 1110 | 10010111 | 100110 | 1001101 |
Color Harmonies of #AEDBC5
Complementary color
Monochromatic Colors of #AEDBC5
Black with #AEDBC5
Text Example
Text Example
White with #AEDBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBC5; }
p { color: rgb(174,219,197); }
H1.HeaderClassName
{
color: #AEDBC5;
}
.AnyTagClassName
{
color: #AEDBC5;
}
</style>
background-color css
<style>
a { background-color: #AEDBC5; }
a { background-color: rgb(174,219,197); }
div.DivClassName
{
background-color: #AEDBC5;
}
.BgClassName
{
background-color: #AEDBC5;
}
</style>
border-color css
<style>
span { border-color: #AEDBC5; }
span { border-color: rgb(174,219,197); }
td.TdClassName
{
border-color: #AEDBC5;
}
.TagClassName
{
border-color: #AEDBC5;
}
</style>