Shades of Jet Stream #AFDBC7
Tints of Jet Stream #AFDBC7
RGB
CMYK
RGB Variations
Color information
#AFDBC7 (or 0xAFDBC7) is known color: Jet Stream. HEX triplet: AF, DB and C7. RGB value is (175,219,199). Sum of RGB (Red+Green+Blue) = 175+219+199=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBC7 is #502438. Grayscale: #CBCBCB. Windows color (decimal): -5252153 or 13097903. OLE color: 13097903.
HSL color Cylindrical-coordinate representation of color #AFDBC7: hue angle of 152.73º degrees, saturation: 0.38, 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 #AFDBC7 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 199 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.14 |
| HSL | 152.73º | 0.38% | 0.77% | - |
| HSV(B) | 152.73º | 0.2% | 0.86% | - |
| XYZ | 53.32 | 63.9 | 63.56 | - |
| YUV | 203.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 199 | 0.20 | 0 | 0.09 | 0.14 | 152.73 | 0.38 | 0.77 |
| Hex | AF | DB | C7 | 14 | 0 | 9 | E | 99 | 26 | 4D |
| Octal | 257 | 333 | 307 | 24 | 0 | 11 | 16 | 231 | 46 | 115 |
| Binary | 10101111 | 11011011 | 11000111 | 10100 | 0 | 1001 | 1110 | 10011001 | 100110 | 1001101 |
Color Harmonies of #AFDBC7
Complementary color
Monochromatic Colors of #AFDBC7
Black with #AFDBC7
Text Example
Text Example
White with #AFDBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDBC7; }
p { color: rgb(175,219,199); }
H1.HeaderClassName
{
color: #AFDBC7;
}
.AnyTagClassName
{
color: #AFDBC7;
}
</style>
background-color css
<style>
a { background-color: #AFDBC7; }
a { background-color: rgb(175,219,199); }
div.DivClassName
{
background-color: #AFDBC7;
}
.BgClassName
{
background-color: #AFDBC7;
}
</style>
border-color css
<style>
span { border-color: #AFDBC7; }
span { border-color: rgb(175,219,199); }
td.TdClassName
{
border-color: #AFDBC7;
}
.TagClassName
{
border-color: #AFDBC7;
}
</style>