Shades of Jet Stream #AEDBC6
Tints of Jet Stream #AEDBC6
RGB
CMYK
RGB Variations
Color information
#AEDBC6 (or 0xAEDBC6) is known color: Jet Stream. HEX triplet: AE, DB and C6. RGB value is (174,219,198). Sum of RGB (Red+Green+Blue) = 174+219+198=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBC6 is #512439. Grayscale: #CBCBCB. Windows color (decimal): -5317690 or 13032366. OLE color: 13032366.
HSL color Cylindrical-coordinate representation of color #AEDBC6: hue angle of 152º 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 #AEDBC6 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 198 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.14 |
| HSL | 152º | 0.38% | 0.77% | - |
| HSV(B) | 152º | 0.21% | 0.86% | - |
| XYZ | 52.98 | 63.74 | 62.94 | - |
| YUV | 203.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 198 | 0.21 | 0 | 0.10 | 0.14 | 152 | 0.38 | 0.77 |
| Hex | AE | DB | C6 | 15 | 0 | A | E | 98 | 26 | 4D |
| Octal | 256 | 333 | 306 | 25 | 0 | 12 | 16 | 230 | 46 | 115 |
| Binary | 10101110 | 11011011 | 11000110 | 10101 | 0 | 1010 | 1110 | 10011000 | 100110 | 1001101 |
Color Harmonies of #AEDBC6
Complementary color
Monochromatic Colors of #AEDBC6
Black with #AEDBC6
Text Example
Text Example
White with #AEDBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBC6; }
p { color: rgb(174,219,198); }
H1.HeaderClassName
{
color: #AEDBC6;
}
.AnyTagClassName
{
color: #AEDBC6;
}
</style>
background-color css
<style>
a { background-color: #AEDBC6; }
a { background-color: rgb(174,219,198); }
div.DivClassName
{
background-color: #AEDBC6;
}
.BgClassName
{
background-color: #AEDBC6;
}
</style>
border-color css
<style>
span { border-color: #AEDBC6; }
span { border-color: rgb(174,219,198); }
td.TdClassName
{
border-color: #AEDBC6;
}
.TagClassName
{
border-color: #AEDBC6;
}
</style>