Shades of Jet Stream #AFDCC5
Tints of Jet Stream #AFDCC5
RGB
CMYK
RGB Variations
Color information
#AFDCC5 (or 0xAFDCC5) is known color: Jet Stream. HEX triplet: AF, DC and C5. RGB value is (175,220,197). Sum of RGB (Red+Green+Blue) = 175+220+197=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCC5 is #50233A. Grayscale: #CBCBCB. Windows color (decimal): -5251899 or 12967087. OLE color: 12967087.
HSL color Cylindrical-coordinate representation of color #AFDCC5: hue angle of 149.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDCC5 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 197 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.14 |
| HSL | 149.33º | 0.39% | 0.77% | - |
| HSV(B) | 149.33º | 0.2% | 0.86% | - |
| XYZ | 53.35 | 64.33 | 62.43 | - |
| YUV | 203.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 197 | 0.20 | 0 | 0.10 | 0.14 | 149.33 | 0.39 | 0.77 |
| Hex | AF | DC | C5 | 14 | 0 | A | E | 95 | 27 | 4D |
| Octal | 257 | 334 | 305 | 24 | 0 | 12 | 16 | 225 | 47 | 115 |
| Binary | 10101111 | 11011100 | 11000101 | 10100 | 0 | 1010 | 1110 | 10010101 | 100111 | 1001101 |
Color Harmonies of #AFDCC5
Complementary color
Monochromatic Colors of #AFDCC5
Black with #AFDCC5
Text Example
Text Example
White with #AFDCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDCC5; }
p { color: rgb(175,220,197); }
H1.HeaderClassName
{
color: #AFDCC5;
}
.AnyTagClassName
{
color: #AFDCC5;
}
</style>
background-color css
<style>
a { background-color: #AFDCC5; }
a { background-color: rgb(175,220,197); }
div.DivClassName
{
background-color: #AFDCC5;
}
.BgClassName
{
background-color: #AFDCC5;
}
</style>
border-color css
<style>
span { border-color: #AFDCC5; }
span { border-color: rgb(175,220,197); }
td.TdClassName
{
border-color: #AFDCC5;
}
.TagClassName
{
border-color: #AFDCC5;
}
</style>