Shades of Jet Stream #AFCDC3
Tints of Jet Stream #AFCDC3
RGB
CMYK
RGB Variations
Color information
#AFCDC3 (or 0xAFCDC3) is known color: Jet Stream. HEX triplet: AF, CD and C3. RGB value is (175,205,195). Sum of RGB (Red+Green+Blue) = 175+205+195=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDC3 is #50323C. Grayscale: #C2C2C2. Windows color (decimal): -5255741 or 12832175. OLE color: 12832175.
HSL color Cylindrical-coordinate representation of color #AFCDC3: hue angle of 160º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCDC3 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 195 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.20 |
| HSL | 160º | 0.23% | 0.75% | - |
| HSV(B) | 160º | 0.15% | 0.8% | - |
| XYZ | 49.36 | 56.72 | 59.98 | - |
| YUV | 194.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 195 | 0.15 | 0 | 0.05 | 0.20 | 160 | 0.23 | 0.75 |
| Hex | AF | CD | C3 | F | 0 | 5 | 14 | A0 | 17 | 4B |
| Octal | 257 | 315 | 303 | 17 | 0 | 5 | 24 | 240 | 27 | 113 |
| Binary | 10101111 | 11001101 | 11000011 | 1111 | 0 | 101 | 10100 | 10100000 | 10111 | 1001011 |
Color Harmonies of #AFCDC3
Complementary color
Monochromatic Colors of #AFCDC3
Black with #AFCDC3
Text Example
Text Example
White with #AFCDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDC3; }
p { color: rgb(175,205,195); }
H1.HeaderClassName
{
color: #AFCDC3;
}
.AnyTagClassName
{
color: #AFCDC3;
}
</style>
background-color css
<style>
a { background-color: #AFCDC3; }
a { background-color: rgb(175,205,195); }
div.DivClassName
{
background-color: #AFCDC3;
}
.BgClassName
{
background-color: #AFCDC3;
}
</style>
border-color css
<style>
span { border-color: #AFCDC3; }
span { border-color: rgb(175,205,195); }
td.TdClassName
{
border-color: #AFCDC3;
}
.TagClassName
{
border-color: #AFCDC3;
}
</style>