#AFD9C5

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

Shades of Jet Stream #AFD9C5

Tints of Jet Stream #AFD9C5

Color information

#AFD9C5 (or 0xAFD9C5) is unknown color: approx Jet Stream. HEX triplet: AF, D9 and C5. RGB value is (175,217,197). Sum of RGB (Red+Green+Blue) = 175+217+197=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD9C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD9C5 is #50263A. Grayscale: #CACACA. Windows color (decimal): -5252667 or 12966319. OLE color: 12966319.

HSL color Cylindrical-coordinate representation of color #AFD9C5: hue angle of 151.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD9C5 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB175217197-
CMYK0.1900.090.15
HSL151.43º35.59%76.86%-
HSV(B)151.43º19.35%85.1%-
XYZ52.5762.7762.17-
YUV202.16125.09108.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.71%
GREEN value IS 217 (85.16% from 255) = 36.84%
BLUE value IS 197 (77.34% from 255) = 33.45%
R=29.71%
G=36.84%
B=33.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171970.1900.090.15151.4335.5976.86
HexAFD9C51309F97244d
Octal257331305230111722744115
Binary10101111110110011100010110011010011111100101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9C5; }

 p { color: rgb(175,217,197); }

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

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

 a { background-color: rgb(175,217,197); }

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

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

 span { border-color: rgb(175,217,197); }

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