Shades of Jet Stream #AFCEC2
Tints of Jet Stream #AFCEC2
RGB
CMYK
RGB Variations
Color information
#AFCEC2 (or 0xAFCEC2) is known color: Jet Stream. HEX triplet: AF, CE and C2. RGB value is (175,206,194). Sum of RGB (Red+Green+Blue) = 175+206+194=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEC2 is #50313D. Grayscale: #C3C3C3. Windows color (decimal): -5255486 or 12766895. OLE color: 12766895.
HSL color Cylindrical-coordinate representation of color #AFCEC2: hue angle of 156.77º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCEC2 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 194 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.19 |
| HSL | 156.77º | 0.24% | 0.75% | - |
| HSV(B) | 156.77º | 0.15% | 0.81% | - |
| XYZ | 49.49 | 57.15 | 59.46 | - |
| YUV | 195.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 194 | 0.15 | 0 | 0.06 | 0.19 | 156.77 | 0.24 | 0.75 |
| Hex | AF | CE | C2 | F | 0 | 6 | 13 | 9D | 18 | 4B |
| Octal | 257 | 316 | 302 | 17 | 0 | 6 | 23 | 235 | 30 | 113 |
| Binary | 10101111 | 11001110 | 11000010 | 1111 | 0 | 110 | 10011 | 10011101 | 11000 | 1001011 |
Color Harmonies of #AFCEC2
Complementary color
Monochromatic Colors of #AFCEC2
Black with #AFCEC2
Text Example
Text Example
White with #AFCEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCEC2; }
p { color: rgb(175,206,194); }
H1.HeaderClassName
{
color: #AFCEC2;
}
.AnyTagClassName
{
color: #AFCEC2;
}
</style>
background-color css
<style>
a { background-color: #AFCEC2; }
a { background-color: rgb(175,206,194); }
div.DivClassName
{
background-color: #AFCEC2;
}
.BgClassName
{
background-color: #AFCEC2;
}
</style>
border-color css
<style>
span { border-color: #AFCEC2; }
span { border-color: rgb(175,206,194); }
td.TdClassName
{
border-color: #AFCEC2;
}
.TagClassName
{
border-color: #AFCEC2;
}
</style>