#AFD9C4

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

Shades of Jet Stream #AFD9C4

Tints of Jet Stream #AFD9C4

Color information

#AFD9C4 (or 0xAFD9C4) is unknown color: approx Jet Stream. HEX triplet: AF, D9 and C4. RGB value is (175,217,196). Sum of RGB (Red+Green+Blue) = 175+217+196=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD9C4 is #50263B. Grayscale: #CACACA. Windows color (decimal): -5252668 or 12900783. OLE color: 12900783.

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

Color convert

RGB175217196-
CMYK0.1900.100.15
HSL150º35.59%76.86%-
HSV(B)150º19.35%85.1%-
XYZ52.4662.7361.57-
YUV202.05124.59108.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 217 (85.16% from 255) = 36.90%
BLUE value IS 196 (76.95% from 255) = 33.33%
R=29.76%
G=36.90%
B=33.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171960.1900.100.1515035.5976.86
HexAFD9C4130AF96244d
Octal257331304230121722644115
Binary10101111110110011100010010011010101111100101101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9C4; }

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

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

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

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

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

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

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

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