#AFCEC7

Color #AFCEC7 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #AFCEC7

Tints of Jet Stream #AFCEC7

Color information

#AFCEC7 (or 0xAFCEC7) is unknown color: approx Jet Stream. HEX triplet: AF, CE and C7. RGB value is (175,206,199). Sum of RGB (Red+Green+Blue) = 175+206+199=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEC7 is #503138. Grayscale: #C3C3C3. Windows color (decimal): -5255481 or 13094575. OLE color: 13094575.

HSL color Cylindrical-coordinate representation of color #AFCEC7: hue angle of 166.45º 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 #AFCEC7 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB175206199-
CMYK0.1500.030.19
HSL166.45º24.03%74.71%-
HSV(B)166.45º15.05%80.78%-
XYZ50.0657.3862.47-
YUV195.93129.73113.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 30.17%
GREEN value IS 206 (80.86% from 255) = 35.52%
BLUE value IS 199 (78.12% from 255) = 34.31%
R=30.17%
G=35.52%
B=34.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752061990.1500.030.19166.4524.0374.71
HexAFCEC7F0313a6184b
Octal25731630717032324630113
Binary10101111110011101100011111110111001110100110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEC7; }

 p { color: rgb(175,206,199); }

 H1.HeaderClassName
 {
   color: #AFCEC7;
 }
 .AnyTagClassName
 {
   color: #AFCEC7;
 }
</style>
background-color css

<style>
 a { background-color: #AFCEC7; }

 a { background-color: rgb(175,206,199); }

 div.DivClassName
 {
   background-color: #AFCEC7;
 }
 .BgClassName
 {
   background-color: #AFCEC7;
 }
</style>
border-color css

<style>
 span { border-color: #AFCEC7; }

 span { border-color: rgb(175,206,199); }

 td.TdClassName
 {
   border-color: #AFCEC7;
 }
 .TagClassName
 {
   border-color: #AFCEC7;
 }
</style>