Shades of Jet Stream #AFDCC7
Tints of Jet Stream #AFDCC7
RGB
CMYK
RGB Variations
Color information
#AFDCC7 (or 0xAFDCC7) is known color: Jet Stream. HEX triplet: AF, DC and C7. RGB value is (175,220,199). Sum of RGB (Red+Green+Blue) = 175+220+199=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCC7 is #502338. Grayscale: #CCCCCC. Windows color (decimal): -5251897 or 13098159. OLE color: 13098159.
HSL color Cylindrical-coordinate representation of color #AFDCC7: hue angle of 152º 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 #AFDCC7 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 199 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.14 |
| HSL | 152º | 0.39% | 0.77% | - |
| HSV(B) | 152º | 0.2% | 0.86% | - |
| XYZ | 53.58 | 64.42 | 63.64 | - |
| YUV | 204.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 199 | 0.20 | 0 | 0.10 | 0.14 | 152 | 0.39 | 0.77 |
| Hex | AF | DC | C7 | 14 | 0 | A | E | 98 | 27 | 4D |
| Octal | 257 | 334 | 307 | 24 | 0 | 12 | 16 | 230 | 47 | 115 |
| Binary | 10101111 | 11011100 | 11000111 | 10100 | 0 | 1010 | 1110 | 10011000 | 100111 | 1001101 |
Color Harmonies of #AFDCC7
Complementary color
Monochromatic Colors of #AFDCC7
Black with #AFDCC7
Text Example
Text Example
White with #AFDCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDCC7; }
p { color: rgb(175,220,199); }
H1.HeaderClassName
{
color: #AFDCC7;
}
.AnyTagClassName
{
color: #AFDCC7;
}
</style>
background-color css
<style>
a { background-color: #AFDCC7; }
a { background-color: rgb(175,220,199); }
div.DivClassName
{
background-color: #AFDCC7;
}
.BgClassName
{
background-color: #AFDCC7;
}
</style>
border-color css
<style>
span { border-color: #AFDCC7; }
span { border-color: rgb(175,220,199); }
td.TdClassName
{
border-color: #AFDCC7;
}
.TagClassName
{
border-color: #AFDCC7;
}
</style>