#A9D8C6

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

Shades of Jet Stream #A9D8C6

Tints of Jet Stream #A9D8C6

Color information

#A9D8C6 (or 0xA9D8C6) is unknown color: approx Jet Stream. HEX triplet: A9, D8 and C6. RGB value is (169,216,198). Sum of RGB (Red+Green+Blue) = 169+216+198=583 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.99% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D8C6 is #562739. Grayscale: #C7C7C7. Windows color (decimal): -5646138 or 13031593. OLE color: 13031593.

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

Color convert

RGB169216198-
CMYK0.2200.080.15
HSL157.02º37.6%75.49%-
HSV(B)157.02º21.76%84.71%-
XYZ51.1161.6262.63-
YUV199.9126.93105.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.99%
GREEN value IS 216 (84.77% from 255) = 37.05%
BLUE value IS 198 (77.73% from 255) = 33.96%
R=28.99%
G=37.05%
B=33.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692161980.2200.080.15157.0237.675.49
HexA9D8C61608F9d264b
Octal251330306260101723546113
Binary10101001110110001100011010110010001111100111011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D8C6; }

 p { color: rgb(169,216,198); }

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

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

 a { background-color: rgb(169,216,198); }

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

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

 span { border-color: rgb(169,216,198); }

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