Shades of Jet Stream #AFDCC4
Tints of Jet Stream #AFDCC4
RGB
CMYK
RGB Variations
Color information
#AFDCC4 (or 0xAFDCC4) is known color: Jet Stream. HEX triplet: AF, DC and C4. RGB value is (175,220,196). Sum of RGB (Red+Green+Blue) = 175+220+196=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCC4 is #50233B. Grayscale: #CBCBCB. Windows color (decimal): -5251900 or 12901551. OLE color: 12901551.
HSL color Cylindrical-coordinate representation of color #AFDCC4: hue angle of 148º 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 #AFDCC4 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 196 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.14 |
| HSL | 148º | 0.39% | 0.77% | - |
| HSV(B) | 148º | 0.2% | 0.86% | - |
| XYZ | 53.24 | 64.29 | 61.83 | - |
| YUV | 203.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 196 | 0.20 | 0 | 0.11 | 0.14 | 148 | 0.39 | 0.77 |
| Hex | AF | DC | C4 | 14 | 0 | B | E | 94 | 27 | 4D |
| Octal | 257 | 334 | 304 | 24 | 0 | 13 | 16 | 224 | 47 | 115 |
| Binary | 10101111 | 11011100 | 11000100 | 10100 | 0 | 1011 | 1110 | 10010100 | 100111 | 1001101 |
Color Harmonies of #AFDCC4
Complementary color
Monochromatic Colors of #AFDCC4
Black with #AFDCC4
Text Example
Text Example
White with #AFDCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDCC4; }
p { color: rgb(175,220,196); }
H1.HeaderClassName
{
color: #AFDCC4;
}
.AnyTagClassName
{
color: #AFDCC4;
}
</style>
background-color css
<style>
a { background-color: #AFDCC4; }
a { background-color: rgb(175,220,196); }
div.DivClassName
{
background-color: #AFDCC4;
}
.BgClassName
{
background-color: #AFDCC4;
}
</style>
border-color css
<style>
span { border-color: #AFDCC4; }
span { border-color: rgb(175,220,196); }
td.TdClassName
{
border-color: #AFDCC4;
}
.TagClassName
{
border-color: #AFDCC4;
}
</style>