Shades of Jet Stream #AFD2C8
Tints of Jet Stream #AFD2C8
RGB
CMYK
RGB Variations
Color information
#AFD2C8 (or 0xAFD2C8) is known color: Jet Stream. HEX triplet: AF, D2 and C8. RGB value is (175,210,200). Sum of RGB (Red+Green+Blue) = 175+210+200=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2C8 is #502D37. Grayscale: #C6C6C6. Windows color (decimal): -5254456 or 13161135. OLE color: 13161135.
HSL color Cylindrical-coordinate representation of color #AFD2C8: hue angle of 162.86º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD2C8 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 200 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.18 |
| HSL | 162.86º | 0.28% | 0.75% | - |
| HSV(B) | 162.86º | 0.17% | 0.82% | - |
| XYZ | 51.15 | 59.38 | 63.41 | - |
| YUV | 198.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 200 | 0.17 | 0 | 0.05 | 0.18 | 162.86 | 0.28 | 0.75 |
| Hex | AF | D2 | C8 | 11 | 0 | 5 | 12 | A3 | 1C | 4B |
| Octal | 257 | 322 | 310 | 21 | 0 | 5 | 22 | 243 | 34 | 113 |
| Binary | 10101111 | 11010010 | 11001000 | 10001 | 0 | 101 | 10010 | 10100011 | 11100 | 1001011 |
Color Harmonies of #AFD2C8
Complementary color
Monochromatic Colors of #AFD2C8
Black with #AFD2C8
Text Example
Text Example
White with #AFD2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD2C8; }
p { color: rgb(175,210,200); }
H1.HeaderClassName
{
color: #AFD2C8;
}
.AnyTagClassName
{
color: #AFD2C8;
}
</style>
background-color css
<style>
a { background-color: #AFD2C8; }
a { background-color: rgb(175,210,200); }
div.DivClassName
{
background-color: #AFD2C8;
}
.BgClassName
{
background-color: #AFD2C8;
}
</style>
border-color css
<style>
span { border-color: #AFD2C8; }
span { border-color: rgb(175,210,200); }
td.TdClassName
{
border-color: #AFD2C8;
}
.TagClassName
{
border-color: #AFD2C8;
}
</style>