#A6D8C3

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

Shades of Jet Stream #A6D8C3

Tints of Jet Stream #A6D8C3

Color information

#A6D8C3 (or 0xA6D8C3) is unknown color: approx Jet Stream. HEX triplet: A6, D8 and C3. RGB value is (166,216,195). Sum of RGB (Red+Green+Blue) = 166+216+195=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D8C3 is #59273C. Grayscale: #C6C6C6. Windows color (decimal): -5842749 or 12834982. OLE color: 12834982.

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

Color convert

RGB166216195-
CMYK0.2300.100.15
HSL154.8º39.06%74.9%-
HSV(B)154.8º23.15%84.71%-
XYZ50.1361.1660.79-
YUV198.66125.94104.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.77%
GREEN value IS 216 (84.77% from 255) = 37.44%
BLUE value IS 195 (76.56% from 255) = 33.80%
R=28.77%
G=37.44%
B=33.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662161950.2300.100.15154.839.0674.9
HexA6D8C3170AF9b274b
Octal246330303270121723347113
Binary10100110110110001100001110111010101111100110111001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D8C3; }

 p { color: rgb(166,216,195); }

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

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

 a { background-color: rgb(166,216,195); }

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

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

 span { border-color: rgb(166,216,195); }

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