Shades of Jet Stream #AED4C3
Tints of Jet Stream #AED4C3
RGB
CMYK
RGB Variations
Color information
#AED4C3 (or 0xAED4C3) is known color: Jet Stream. HEX triplet: AE, D4 and C3. RGB value is (174,212,195). Sum of RGB (Red+Green+Blue) = 174+212+195=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 212 - color contains mainly: green. Hex color #AED4C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4C3 is #512B3C. Grayscale: #C6C6C6. Windows color (decimal): -5319485 or 12833966. OLE color: 12833966.
HSL color Cylindrical-coordinate representation of color #AED4C3: hue angle of 153.16º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED4C3 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 212 | 195 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.17 |
| HSL | 153.16º | 0.31% | 0.76% | - |
| HSV(B) | 153.16º | 0.18% | 0.83% | - |
| XYZ | 50.85 | 60.03 | 60.54 | - |
| YUV | 198.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 195 | 0.18 | 0 | 0.08 | 0.17 | 153.16 | 0.31 | 0.76 |
| Hex | AE | D4 | C3 | 12 | 0 | 8 | 11 | 99 | 1F | 4C |
| Octal | 256 | 324 | 303 | 22 | 0 | 10 | 21 | 231 | 37 | 114 |
| Binary | 10101110 | 11010100 | 11000011 | 10010 | 0 | 1000 | 10001 | 10011001 | 11111 | 1001100 |
Color Harmonies of #AED4C3
Complementary color
Monochromatic Colors of #AED4C3
Black with #AED4C3
Text Example
Text Example
White with #AED4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED4C3; }
p { color: rgb(174,212,195); }
H1.HeaderClassName
{
color: #AED4C3;
}
.AnyTagClassName
{
color: #AED4C3;
}
</style>
background-color css
<style>
a { background-color: #AED4C3; }
a { background-color: rgb(174,212,195); }
div.DivClassName
{
background-color: #AED4C3;
}
.BgClassName
{
background-color: #AED4C3;
}
</style>
border-color css
<style>
span { border-color: #AED4C3; }
span { border-color: rgb(174,212,195); }
td.TdClassName
{
border-color: #AED4C3;
}
.TagClassName
{
border-color: #AED4C3;
}
</style>