Shades of Jet Stream #AFDDC7
Tints of Jet Stream #AFDDC7
RGB
CMYK
RGB Variations
Color information
#AFDDC7 (or 0xAFDDC7) is known color: Jet Stream. HEX triplet: AF, DD and C7. RGB value is (175,221,199). Sum of RGB (Red+Green+Blue) = 175+221+199=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDC7 is #502238. Grayscale: #CCCCCC. Windows color (decimal): -5251641 or 13098415. OLE color: 13098415.
HSL color Cylindrical-coordinate representation of color #AFDDC7: hue angle of 151.3º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDC7 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 199 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.13 |
| HSL | 151.3º | 0.4% | 0.78% | - |
| HSV(B) | 151.3º | 0.21% | 0.87% | - |
| XYZ | 53.84 | 64.95 | 63.73 | - |
| YUV | 204.74 | 124.76 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 199 | 0.21 | 0 | 0.10 | 0.13 | 151.3 | 0.4 | 0.78 |
| Hex | AF | DD | C7 | 15 | 0 | A | D | 97 | 28 | 4E |
| Octal | 257 | 335 | 307 | 25 | 0 | 12 | 15 | 227 | 50 | 116 |
| Binary | 10101111 | 11011101 | 11000111 | 10101 | 0 | 1010 | 1101 | 10010111 | 101000 | 1001110 |
Color Harmonies of #AFDDC7
Complementary color
Monochromatic Colors of #AFDDC7
Black with #AFDDC7
Text Example
Text Example
White with #AFDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDC7; }
p { color: rgb(175,221,199); }
H1.HeaderClassName
{
color: #AFDDC7;
}
.AnyTagClassName
{
color: #AFDDC7;
}
</style>
background-color css
<style>
a { background-color: #AFDDC7; }
a { background-color: rgb(175,221,199); }
div.DivClassName
{
background-color: #AFDDC7;
}
.BgClassName
{
background-color: #AFDDC7;
}
</style>
border-color css
<style>
span { border-color: #AFDDC7; }
span { border-color: rgb(175,221,199); }
td.TdClassName
{
border-color: #AFDDC7;
}
.TagClassName
{
border-color: #AFDDC7;
}
</style>