Shades of Jet Stream #AFCDC4
Tints of Jet Stream #AFCDC4
RGB
CMYK
RGB Variations
Color information
#AFCDC4 (or 0xAFCDC4) is known color: Jet Stream. HEX triplet: AF, CD and C4. RGB value is (175,205,196). Sum of RGB (Red+Green+Blue) = 175+205+196=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDC4 is #50323B. Grayscale: #C3C3C3. Windows color (decimal): -5255740 or 12897711. OLE color: 12897711.
HSL color Cylindrical-coordinate representation of color #AFCDC4: hue angle of 162º 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 #AFCDC4 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 196 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.20 |
| HSL | 162º | 0.23% | 0.75% | - |
| HSV(B) | 162º | 0.15% | 0.8% | - |
| XYZ | 49.47 | 56.76 | 60.57 | - |
| YUV | 195 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 196 | 0.15 | 0 | 0.04 | 0.20 | 162 | 0.23 | 0.75 |
| Hex | AF | CD | C4 | F | 0 | 4 | 14 | A2 | 17 | 4B |
| Octal | 257 | 315 | 304 | 17 | 0 | 4 | 24 | 242 | 27 | 113 |
| Binary | 10101111 | 11001101 | 11000100 | 1111 | 0 | 100 | 10100 | 10100010 | 10111 | 1001011 |
Color Harmonies of #AFCDC4
Complementary color
Monochromatic Colors of #AFCDC4
Black with #AFCDC4
Text Example
Text Example
White with #AFCDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDC4; }
p { color: rgb(175,205,196); }
H1.HeaderClassName
{
color: #AFCDC4;
}
.AnyTagClassName
{
color: #AFCDC4;
}
</style>
background-color css
<style>
a { background-color: #AFCDC4; }
a { background-color: rgb(175,205,196); }
div.DivClassName
{
background-color: #AFCDC4;
}
.BgClassName
{
background-color: #AFCDC4;
}
</style>
border-color css
<style>
span { border-color: #AFCDC4; }
span { border-color: rgb(175,205,196); }
td.TdClassName
{
border-color: #AFCDC4;
}
.TagClassName
{
border-color: #AFCDC4;
}
</style>