#ABDAC5

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

Shades of Jet Stream #ABDAC5

Tints of Jet Stream #ABDAC5

Color information

#ABDAC5 (or 0xABDAC5) is unknown color: approx Jet Stream. HEX triplet: AB, DA and C5. RGB value is (171,218,197). Sum of RGB (Red+Green+Blue) = 171+218+197=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDAC5 is #54253A. Grayscale: #C9C9C9. Windows color (decimal): -5514555 or 12966571. OLE color: 12966571.

HSL color Cylindrical-coordinate representation of color #ABDAC5: hue angle of 153.19º 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 #ABDAC5 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB171218197-
CMYK0.2200.100.15
HSL153.19º38.84%76.27%-
HSV(B)153.19º21.56%85.49%-
XYZ51.9462.8362.21-
YUV201.55125.43106.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.18%
GREEN value IS 218 (85.55% from 255) = 37.20%
BLUE value IS 197 (77.34% from 255) = 33.62%
R=29.18%
G=37.20%
B=33.62%

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
Decimal1712181970.2200.100.15153.1938.8476.27
HexABDAC5160AF99274c
Octal253332305260121723147114
Binary10101011110110101100010110110010101111100110011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDAC5; }

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

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

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

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

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

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

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

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