Shades of Jet Stream #AFD6C6
Tints of Jet Stream #AFD6C6
RGB
CMYK
RGB Variations
Color information
#AFD6C6 (or 0xAFD6C6) is known color: Jet Stream. HEX triplet: AF, D6 and C6. RGB value is (175,214,198). Sum of RGB (Red+Green+Blue) = 175+214+198=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD6C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD6C6 is #502939. Grayscale: #C8C8C8. Windows color (decimal): -5253434 or 13031087. OLE color: 13031087.
HSL color Cylindrical-coordinate representation of color #AFD6C6: hue angle of 155.38º 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 #AFD6C6 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 214 | 198 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.16 |
| HSL | 155.38º | 0.32% | 0.76% | - |
| HSV(B) | 155.38º | 0.18% | 0.84% | - |
| XYZ | 51.92 | 61.28 | 62.52 | - |
| YUV | 200.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 214 | 198 | 0.18 | 0 | 0.07 | 0.16 | 155.38 | 0.32 | 0.76 |
| Hex | AF | D6 | C6 | 12 | 0 | 7 | 10 | 9B | 20 | 4C |
| Octal | 257 | 326 | 306 | 22 | 0 | 7 | 20 | 233 | 40 | 114 |
| Binary | 10101111 | 11010110 | 11000110 | 10010 | 0 | 111 | 10000 | 10011011 | 100000 | 1001100 |
Color Harmonies of #AFD6C6
Complementary color
Monochromatic Colors of #AFD6C6
Black with #AFD6C6
Text Example
Text Example
White with #AFD6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD6C6; }
p { color: rgb(175,214,198); }
H1.HeaderClassName
{
color: #AFD6C6;
}
.AnyTagClassName
{
color: #AFD6C6;
}
</style>
background-color css
<style>
a { background-color: #AFD6C6; }
a { background-color: rgb(175,214,198); }
div.DivClassName
{
background-color: #AFD6C6;
}
.BgClassName
{
background-color: #AFD6C6;
}
</style>
border-color css
<style>
span { border-color: #AFD6C6; }
span { border-color: rgb(175,214,198); }
td.TdClassName
{
border-color: #AFD6C6;
}
.TagClassName
{
border-color: #AFD6C6;
}
</style>