#A8DAC5

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

Shades of Jet Stream #A8DAC5

Tints of Jet Stream #A8DAC5

Color information

#A8DAC5 (or 0xA8DAC5) is unknown color: approx Jet Stream. HEX triplet: A8, DA and C5. RGB value is (168,218,197). Sum of RGB (Red+Green+Blue) = 168+218+197=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DAC5 is #57253A. Grayscale: #C8C8C8. Windows color (decimal): -5711163 or 12966568. OLE color: 12966568.

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

Color convert

RGB168218197-
CMYK0.2300.100.15
HSL154.8º40.32%75.69%-
HSV(B)154.8º22.94%85.49%-
XYZ51.362.562.18-
YUV200.66125.94104.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.82%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 197 (77.34% from 255) = 33.79%
R=28.82%
G=37.39%
B=33.79%

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
Decimal1682181970.2300.100.15154.840.3275.69
HexA8DAC5170AF9b284c
Octal250332305270121723350114
Binary10101000110110101100010110111010101111100110111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DAC5; }

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

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

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

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

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

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

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

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