Shades of Jet Stream #AFDCC8
Tints of Jet Stream #AFDCC8
RGB
CMYK
RGB Variations
Color information
#AFDCC8 (or 0xAFDCC8) is known color: Jet Stream. HEX triplet: AF, DC and C8. RGB value is (175,220,200). Sum of RGB (Red+Green+Blue) = 175+220+200=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCC8 is #502337. Grayscale: #CCCCCC. Windows color (decimal): -5251896 or 13163695. OLE color: 13163695.
HSL color Cylindrical-coordinate representation of color #AFDCC8: hue angle of 153.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 #AFDCC8 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 200 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.14 |
| HSL | 153.33º | 0.39% | 0.77% | - |
| HSV(B) | 153.33º | 0.2% | 0.86% | - |
| XYZ | 53.7 | 64.47 | 64.26 | - |
| YUV | 204.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 200 | 0.20 | 0 | 0.09 | 0.14 | 153.33 | 0.39 | 0.77 |
| Hex | AF | DC | C8 | 14 | 0 | 9 | E | 99 | 27 | 4D |
| Octal | 257 | 334 | 310 | 24 | 0 | 11 | 16 | 231 | 47 | 115 |
| Binary | 10101111 | 11011100 | 11001000 | 10100 | 0 | 1001 | 1110 | 10011001 | 100111 | 1001101 |
Color Harmonies of #AFDCC8
Complementary color
Monochromatic Colors of #AFDCC8
Black with #AFDCC8
Text Example
Text Example
White with #AFDCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDCC8; }
p { color: rgb(175,220,200); }
H1.HeaderClassName
{
color: #AFDCC8;
}
.AnyTagClassName
{
color: #AFDCC8;
}
</style>
background-color css
<style>
a { background-color: #AFDCC8; }
a { background-color: rgb(175,220,200); }
div.DivClassName
{
background-color: #AFDCC8;
}
.BgClassName
{
background-color: #AFDCC8;
}
</style>
border-color css
<style>
span { border-color: #AFDCC8; }
span { border-color: rgb(175,220,200); }
td.TdClassName
{
border-color: #AFDCC8;
}
.TagClassName
{
border-color: #AFDCC8;
}
</style>