#A9D9C4

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

Shades of Jet Stream #A9D9C4

Tints of Jet Stream #A9D9C4

Color information

#A9D9C4 (or 0xA9D9C4) is unknown color: approx Jet Stream. HEX triplet: A9, D9 and C4. RGB value is (169,217,196). Sum of RGB (Red+Green+Blue) = 169+217+196=582 (77% of max value = 765). Red value is 169 (66.41% from 255 or 29.04% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D9C4 is #56263B. Grayscale: #C8C8C8. Windows color (decimal): -5645884 or 12900777. OLE color: 12900777.

HSL color Cylindrical-coordinate representation of color #A9D9C4: hue angle of 153.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9D9C4 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB169217196-
CMYK0.2200.100.15
HSL153.75º38.71%75.69%-
HSV(B)153.75º22.12%85.1%-
XYZ51.1462.0561.51-
YUV200.25125.6105.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.04%
GREEN value IS 217 (85.16% from 255) = 37.29%
BLUE value IS 196 (76.95% from 255) = 33.68%
R=29.04%
G=37.29%
B=33.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692171960.2200.100.15153.7538.7175.69
HexA9D9C4160AF9a274c
Octal251331304260121723247114
Binary10101001110110011100010010110010101111100110101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D9C4; }

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

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

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

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

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

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

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

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