Shades of Jet Stream #AED7C7
Tints of Jet Stream #AED7C7
RGB
CMYK
RGB Variations
Color information
#AED7C7 (or 0xAED7C7) is known color: Jet Stream. HEX triplet: AE, D7 and C7. RGB value is (174,215,199). Sum of RGB (Red+Green+Blue) = 174+215+199=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7C7 is #512838. Grayscale: #C8C8C8. Windows color (decimal): -5318713 or 13096878. OLE color: 13096878.
HSL color Cylindrical-coordinate representation of color #AED7C7: hue angle of 156.59º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED7C7 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 215 | 199 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.16 |
| HSL | 156.59º | 0.34% | 0.76% | - |
| HSV(B) | 156.59º | 0.19% | 0.84% | - |
| XYZ | 52.06 | 61.72 | 63.2 | - |
| YUV | 200.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 215 | 199 | 0.19 | 0 | 0.07 | 0.16 | 156.59 | 0.34 | 0.76 |
| Hex | AE | D7 | C7 | 13 | 0 | 7 | 10 | 9D | 22 | 4C |
| Octal | 256 | 327 | 307 | 23 | 0 | 7 | 20 | 235 | 42 | 114 |
| Binary | 10101110 | 11010111 | 11000111 | 10011 | 0 | 111 | 10000 | 10011101 | 100010 | 1001100 |
Color Harmonies of #AED7C7
Complementary color
Monochromatic Colors of #AED7C7
Black with #AED7C7
Text Example
Text Example
White with #AED7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED7C7; }
p { color: rgb(174,215,199); }
H1.HeaderClassName
{
color: #AED7C7;
}
.AnyTagClassName
{
color: #AED7C7;
}
</style>
background-color css
<style>
a { background-color: #AED7C7; }
a { background-color: rgb(174,215,199); }
div.DivClassName
{
background-color: #AED7C7;
}
.BgClassName
{
background-color: #AED7C7;
}
</style>
border-color css
<style>
span { border-color: #AED7C7; }
span { border-color: rgb(174,215,199); }
td.TdClassName
{
border-color: #AED7C7;
}
.TagClassName
{
border-color: #AED7C7;
}
</style>