Shades of Jet Stream #AFCFC3
Tints of Jet Stream #AFCFC3
RGB
CMYK
RGB Variations
Color information
#AFCFC3 (or 0xAFCFC3) is known color: Jet Stream. HEX triplet: AF, CF and C3. RGB value is (175,207,195). Sum of RGB (Red+Green+Blue) = 175+207+195=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFC3 is #50303C. Grayscale: #C4C4C4. Windows color (decimal): -5255229 or 12832687. OLE color: 12832687.
HSL color Cylindrical-coordinate representation of color #AFCFC3: hue angle of 157.5º 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 #AFCFC3 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 195 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.19 |
| HSL | 157.5º | 0.25% | 0.75% | - |
| HSV(B) | 157.5º | 0.15% | 0.81% | - |
| XYZ | 49.84 | 57.68 | 60.14 | - |
| YUV | 196.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 195 | 0.15 | 0 | 0.06 | 0.19 | 157.5 | 0.25 | 0.75 |
| Hex | AF | CF | C3 | F | 0 | 6 | 13 | 9E | 19 | 4B |
| Octal | 257 | 317 | 303 | 17 | 0 | 6 | 23 | 236 | 31 | 113 |
| Binary | 10101111 | 11001111 | 11000011 | 1111 | 0 | 110 | 10011 | 10011110 | 11001 | 1001011 |
Color Harmonies of #AFCFC3
Complementary color
Monochromatic Colors of #AFCFC3
Black with #AFCFC3
Text Example
Text Example
White with #AFCFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCFC3; }
p { color: rgb(175,207,195); }
H1.HeaderClassName
{
color: #AFCFC3;
}
.AnyTagClassName
{
color: #AFCFC3;
}
</style>
background-color css
<style>
a { background-color: #AFCFC3; }
a { background-color: rgb(175,207,195); }
div.DivClassName
{
background-color: #AFCFC3;
}
.BgClassName
{
background-color: #AFCFC3;
}
</style>
border-color css
<style>
span { border-color: #AFCFC3; }
span { border-color: rgb(175,207,195); }
td.TdClassName
{
border-color: #AFCFC3;
}
.TagClassName
{
border-color: #AFCFC3;
}
</style>