#A9D6C4

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

Shades of Jet Stream #A9D6C4

Tints of Jet Stream #A9D6C4

Color information

#A9D6C4 (or 0xA9D6C4) is unknown color: approx Jet Stream. HEX triplet: A9, D6 and C4. RGB value is (169,214,196). Sum of RGB (Red+Green+Blue) = 169+214+196=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #A9D6C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D6C4 is #56293B. Grayscale: #C6C6C6. Windows color (decimal): -5646652 or 12900009. OLE color: 12900009.

HSL color Cylindrical-coordinate representation of color #A9D6C4: hue angle of 156º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9D6C4 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB169214196-
CMYK0.2100.080.16
HSL156º35.43%75.1%-
HSV(B)156º21.03%83.92%-
XYZ50.3760.5161.25-
YUV198.49126.59106.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.19%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 196 (76.95% from 255) = 33.85%
R=29.19%
G=36.96%
B=33.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1692141960.2100.080.1615635.4375.1
HexA9D6C41508109c234b
Octal251326304250102023443113
Binary101010011101011011000100101010100010000100111001000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D6C4; }

 p { color: rgb(169,214,196); }

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

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

 a { background-color: rgb(169,214,196); }

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

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

 span { border-color: rgb(169,214,196); }

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