Shades of Jet Stream #AED4C2
Tints of Jet Stream #AED4C2
RGB
CMYK
RGB Variations
Color information
#AED4C2 (or 0xAED4C2) is known color: Jet Stream. HEX triplet: AE, D4 and C2. RGB value is (174,212,194). Sum of RGB (Red+Green+Blue) = 174+212+194=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 212 - color contains mainly: green. Hex color #AED4C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4C2 is #512B3D. Grayscale: #C6C6C6. Windows color (decimal): -5319486 or 12768430. OLE color: 12768430.
HSL color Cylindrical-coordinate representation of color #AED4C2: hue angle of 151.58º 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 #AED4C2 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 212 | 194 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.17 |
| HSL | 151.58º | 0.31% | 0.76% | - |
| HSV(B) | 151.58º | 0.18% | 0.83% | - |
| XYZ | 50.74 | 59.98 | 59.94 | - |
| YUV | 198.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 194 | 0.18 | 0 | 0.08 | 0.17 | 151.58 | 0.31 | 0.76 |
| Hex | AE | D4 | C2 | 12 | 0 | 8 | 11 | 98 | 1F | 4C |
| Octal | 256 | 324 | 302 | 22 | 0 | 10 | 21 | 230 | 37 | 114 |
| Binary | 10101110 | 11010100 | 11000010 | 10010 | 0 | 1000 | 10001 | 10011000 | 11111 | 1001100 |
Color Harmonies of #AED4C2
Complementary color
Monochromatic Colors of #AED4C2
Black with #AED4C2
Text Example
Text Example
White with #AED4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED4C2; }
p { color: rgb(174,212,194); }
H1.HeaderClassName
{
color: #AED4C2;
}
.AnyTagClassName
{
color: #AED4C2;
}
</style>
background-color css
<style>
a { background-color: #AED4C2; }
a { background-color: rgb(174,212,194); }
div.DivClassName
{
background-color: #AED4C2;
}
.BgClassName
{
background-color: #AED4C2;
}
</style>
border-color css
<style>
span { border-color: #AED4C2; }
span { border-color: rgb(174,212,194); }
td.TdClassName
{
border-color: #AED4C2;
}
.TagClassName
{
border-color: #AED4C2;
}
</style>