Shades of Jet Stream #AFDBC6
Tints of Jet Stream #AFDBC6
RGB
CMYK
RGB Variations
Color information
#AFDBC6 (or 0xAFDBC6) is known color: Jet Stream. HEX triplet: AF, DB and C6. RGB value is (175,219,198). Sum of RGB (Red+Green+Blue) = 175+219+198=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBC6 is #502439. Grayscale: #CBCBCB. Windows color (decimal): -5252154 or 13032367. OLE color: 13032367.
HSL color Cylindrical-coordinate representation of color #AFDBC6: hue angle of 151.36º 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 #AFDBC6 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 198 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.14 |
| HSL | 151.36º | 0.38% | 0.77% | - |
| HSV(B) | 151.36º | 0.2% | 0.86% | - |
| XYZ | 53.2 | 63.85 | 62.95 | - |
| YUV | 203.45 | 124.92 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 198 | 0.20 | 0 | 0.10 | 0.14 | 151.36 | 0.38 | 0.77 |
| Hex | AF | DB | C6 | 14 | 0 | A | E | 97 | 26 | 4D |
| Octal | 257 | 333 | 306 | 24 | 0 | 12 | 16 | 227 | 46 | 115 |
| Binary | 10101111 | 11011011 | 11000110 | 10100 | 0 | 1010 | 1110 | 10010111 | 100110 | 1001101 |
Color Harmonies of #AFDBC6
Complementary color
Monochromatic Colors of #AFDBC6
Black with #AFDBC6
Text Example
Text Example
White with #AFDBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDBC6; }
p { color: rgb(175,219,198); }
H1.HeaderClassName
{
color: #AFDBC6;
}
.AnyTagClassName
{
color: #AFDBC6;
}
</style>
background-color css
<style>
a { background-color: #AFDBC6; }
a { background-color: rgb(175,219,198); }
div.DivClassName
{
background-color: #AFDBC6;
}
.BgClassName
{
background-color: #AFDBC6;
}
</style>
border-color css
<style>
span { border-color: #AFDBC6; }
span { border-color: rgb(175,219,198); }
td.TdClassName
{
border-color: #AFDBC6;
}
.TagClassName
{
border-color: #AFDBC6;
}
</style>