Shades of Jet Stream #AFD0C7
Tints of Jet Stream #AFD0C7
RGB
CMYK
RGB Variations
Color information
#AFD0C7 (or 0xAFD0C7) is known color: Jet Stream. HEX triplet: AF, D0 and C7. RGB value is (175,208,199). Sum of RGB (Red+Green+Blue) = 175+208+199=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0C7 is #502F38. Grayscale: #C5C5C5. Windows color (decimal): -5254969 or 13095087. OLE color: 13095087.
HSL color Cylindrical-coordinate representation of color #AFD0C7: hue angle of 163.64º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFD0C7 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 208 | 199 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.18 |
| HSL | 163.64º | 0.26% | 0.75% | - |
| HSV(B) | 163.64º | 0.16% | 0.82% | - |
| XYZ | 50.54 | 58.35 | 62.63 | - |
| YUV | 197.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 208 | 199 | 0.16 | 0 | 0.04 | 0.18 | 163.64 | 0.26 | 0.75 |
| Hex | AF | D0 | C7 | 10 | 0 | 4 | 12 | A4 | 1A | 4B |
| Octal | 257 | 320 | 307 | 20 | 0 | 4 | 22 | 244 | 32 | 113 |
| Binary | 10101111 | 11010000 | 11000111 | 10000 | 0 | 100 | 10010 | 10100100 | 11010 | 1001011 |
Color Harmonies of #AFD0C7
Complementary color
Monochromatic Colors of #AFD0C7
Black with #AFD0C7
Text Example
Text Example
White with #AFD0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD0C7; }
p { color: rgb(175,208,199); }
H1.HeaderClassName
{
color: #AFD0C7;
}
.AnyTagClassName
{
color: #AFD0C7;
}
</style>
background-color css
<style>
a { background-color: #AFD0C7; }
a { background-color: rgb(175,208,199); }
div.DivClassName
{
background-color: #AFD0C7;
}
.BgClassName
{
background-color: #AFD0C7;
}
</style>
border-color css
<style>
span { border-color: #AFD0C7; }
span { border-color: rgb(175,208,199); }
td.TdClassName
{
border-color: #AFD0C7;
}
.TagClassName
{
border-color: #AFD0C7;
}
</style>