Shades of Jet Stream #AFDDC8
Tints of Jet Stream #AFDDC8
RGB
CMYK
RGB Variations
Color information
#AFDDC8 (or 0xAFDDC8) is known color: Jet Stream. HEX triplet: AF, DD and C8. RGB value is (175,221,200). Sum of RGB (Red+Green+Blue) = 175+221+200=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDC8 is #502237. Grayscale: #CCCCCC. Windows color (decimal): -5251640 or 13163951. OLE color: 13163951.
HSL color Cylindrical-coordinate representation of color #AFDDC8: hue angle of 152.61º 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 #AFDDC8 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 200 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.13 |
| HSL | 152.61º | 0.4% | 0.78% | - |
| HSV(B) | 152.61º | 0.21% | 0.87% | - |
| XYZ | 53.96 | 65 | 64.35 | - |
| YUV | 204.85 | 125.26 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 200 | 0.21 | 0 | 0.10 | 0.13 | 152.61 | 0.4 | 0.78 |
| Hex | AF | DD | C8 | 15 | 0 | A | D | 99 | 28 | 4E |
| Octal | 257 | 335 | 310 | 25 | 0 | 12 | 15 | 231 | 50 | 116 |
| Binary | 10101111 | 11011101 | 11001000 | 10101 | 0 | 1010 | 1101 | 10011001 | 101000 | 1001110 |
Color Harmonies of #AFDDC8
Complementary color
Monochromatic Colors of #AFDDC8
Black with #AFDDC8
Text Example
Text Example
White with #AFDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDC8; }
p { color: rgb(175,221,200); }
H1.HeaderClassName
{
color: #AFDDC8;
}
.AnyTagClassName
{
color: #AFDDC8;
}
</style>
background-color css
<style>
a { background-color: #AFDDC8; }
a { background-color: rgb(175,221,200); }
div.DivClassName
{
background-color: #AFDDC8;
}
.BgClassName
{
background-color: #AFDDC8;
}
</style>
border-color css
<style>
span { border-color: #AFDDC8; }
span { border-color: rgb(175,221,200); }
td.TdClassName
{
border-color: #AFDDC8;
}
.TagClassName
{
border-color: #AFDDC8;
}
</style>