Shades of Jet Stream #AFCFC6
Tints of Jet Stream #AFCFC6
RGB
CMYK
RGB Variations
Color information
#AFCFC6 (or 0xAFCFC6) is known color: Jet Stream. HEX triplet: AF, CF and C6. RGB value is (175,207,198). Sum of RGB (Red+Green+Blue) = 175+207+198=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFC6 is #503039. Grayscale: #C4C4C4. Windows color (decimal): -5255226 or 13029295. OLE color: 13029295.
HSL color Cylindrical-coordinate representation of color #AFCFC6: hue angle of 163.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCFC6 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 198 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.19 |
| HSL | 163.13º | 0.25% | 0.75% | - |
| HSV(B) | 163.13º | 0.15% | 0.81% | - |
| XYZ | 50.19 | 57.82 | 61.94 | - |
| YUV | 196.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 198 | 0.15 | 0 | 0.04 | 0.19 | 163.13 | 0.25 | 0.75 |
| Hex | AF | CF | C6 | F | 0 | 4 | 13 | A3 | 19 | 4B |
| Octal | 257 | 317 | 306 | 17 | 0 | 4 | 23 | 243 | 31 | 113 |
| Binary | 10101111 | 11001111 | 11000110 | 1111 | 0 | 100 | 10011 | 10100011 | 11001 | 1001011 |
Color Harmonies of #AFCFC6
Complementary color
Monochromatic Colors of #AFCFC6
Black with #AFCFC6
Text Example
Text Example
White with #AFCFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCFC6; }
p { color: rgb(175,207,198); }
H1.HeaderClassName
{
color: #AFCFC6;
}
.AnyTagClassName
{
color: #AFCFC6;
}
</style>
background-color css
<style>
a { background-color: #AFCFC6; }
a { background-color: rgb(175,207,198); }
div.DivClassName
{
background-color: #AFCFC6;
}
.BgClassName
{
background-color: #AFCFC6;
}
</style>
border-color css
<style>
span { border-color: #AFCFC6; }
span { border-color: rgb(175,207,198); }
td.TdClassName
{
border-color: #AFCFC6;
}
.TagClassName
{
border-color: #AFCFC6;
}
</style>