Shades of Jet Stream #AFD6C5
Tints of Jet Stream #AFD6C5
RGB
CMYK
RGB Variations
Color information
#AFD6C5 (or 0xAFD6C5) is known color: Jet Stream. HEX triplet: AF, D6 and C5. RGB value is (175,214,197). Sum of RGB (Red+Green+Blue) = 175+214+197=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD6C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD6C5 is #50293A. Grayscale: #C8C8C8. Windows color (decimal): -5253435 or 12965551. OLE color: 12965551.
HSL color Cylindrical-coordinate representation of color #AFD6C5: hue angle of 153.85º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFD6C5 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 214 | 197 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.16 |
| HSL | 153.85º | 0.32% | 0.76% | - |
| HSV(B) | 153.85º | 0.18% | 0.84% | - |
| XYZ | 51.8 | 61.24 | 61.91 | - |
| YUV | 200.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 214 | 197 | 0.18 | 0 | 0.08 | 0.16 | 153.85 | 0.32 | 0.76 |
| Hex | AF | D6 | C5 | 12 | 0 | 8 | 10 | 9A | 20 | 4C |
| Octal | 257 | 326 | 305 | 22 | 0 | 10 | 20 | 232 | 40 | 114 |
| Binary | 10101111 | 11010110 | 11000101 | 10010 | 0 | 1000 | 10000 | 10011010 | 100000 | 1001100 |
Color Harmonies of #AFD6C5
Complementary color
Monochromatic Colors of #AFD6C5
Black with #AFD6C5
Text Example
Text Example
White with #AFD6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD6C5; }
p { color: rgb(175,214,197); }
H1.HeaderClassName
{
color: #AFD6C5;
}
.AnyTagClassName
{
color: #AFD6C5;
}
</style>
background-color css
<style>
a { background-color: #AFD6C5; }
a { background-color: rgb(175,214,197); }
div.DivClassName
{
background-color: #AFD6C5;
}
.BgClassName
{
background-color: #AFD6C5;
}
</style>
border-color css
<style>
span { border-color: #AFD6C5; }
span { border-color: rgb(175,214,197); }
td.TdClassName
{
border-color: #AFD6C5;
}
.TagClassName
{
border-color: #AFD6C5;
}
</style>