#AFDAC5

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

Shades of Jet Stream #AFDAC5

Tints of Jet Stream #AFDAC5

Color information

#AFDAC5 (or 0xAFDAC5) is unknown color: approx Jet Stream. HEX triplet: AF, DA and C5. RGB value is (175,218,197). Sum of RGB (Red+Green+Blue) = 175+218+197=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAC5 is #50253A. Grayscale: #CACACA. Windows color (decimal): -5252411 or 12966575. OLE color: 12966575.

HSL color Cylindrical-coordinate representation of color #AFDAC5: hue angle of 150.7º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDAC5 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB175218197-
CMYK0.2000.100.15
HSL150.7º36.75%77.06%-
HSV(B)150.7º19.72%85.49%-
XYZ52.8363.2962.25-
YUV202.75124.75108.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.66%
GREEN value IS 218 (85.55% from 255) = 36.95%
BLUE value IS 197 (77.34% from 255) = 33.39%
R=29.66%
G=36.95%
B=33.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752181970.2000.100.15150.736.7577.06
HexAFDAC5140AF97254d
Octal257332305240121722745115
Binary10101111110110101100010110100010101111100101111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAC5; }

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

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

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

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

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

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

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

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