Shades of Jet Stream #AFD8C5
Tints of Jet Stream #AFD8C5
RGB
CMYK
RGB Variations
Color information
#AFD8C5 (or 0xAFD8C5) is known color: Jet Stream. HEX triplet: AF, D8 and C5. RGB value is (175,216,197). Sum of RGB (Red+Green+Blue) = 175+216+197=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD8C5 is #50273A. Grayscale: #C9C9C9. Windows color (decimal): -5252923 or 12966063. OLE color: 12966063.
HSL color Cylindrical-coordinate representation of color #AFD8C5: hue angle of 152.2º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD8C5 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 216 | 197 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.15 |
| HSL | 152.2º | 0.34% | 0.77% | - |
| HSV(B) | 152.2º | 0.19% | 0.85% | - |
| XYZ | 52.31 | 62.26 | 62.08 | - |
| YUV | 201.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 216 | 197 | 0.19 | 0 | 0.09 | 0.15 | 152.2 | 0.34 | 0.77 |
| Hex | AF | D8 | C5 | 13 | 0 | 9 | F | 98 | 22 | 4D |
| Octal | 257 | 330 | 305 | 23 | 0 | 11 | 17 | 230 | 42 | 115 |
| Binary | 10101111 | 11011000 | 11000101 | 10011 | 0 | 1001 | 1111 | 10011000 | 100010 | 1001101 |
Color Harmonies of #AFD8C5
Complementary color
Monochromatic Colors of #AFD8C5
Black with #AFD8C5
Text Example
Text Example
White with #AFD8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD8C5; }
p { color: rgb(175,216,197); }
H1.HeaderClassName
{
color: #AFD8C5;
}
.AnyTagClassName
{
color: #AFD8C5;
}
</style>
background-color css
<style>
a { background-color: #AFD8C5; }
a { background-color: rgb(175,216,197); }
div.DivClassName
{
background-color: #AFD8C5;
}
.BgClassName
{
background-color: #AFD8C5;
}
</style>
border-color css
<style>
span { border-color: #AFD8C5; }
span { border-color: rgb(175,216,197); }
td.TdClassName
{
border-color: #AFD8C5;
}
.TagClassName
{
border-color: #AFD8C5;
}
</style>