#ABD9C4

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

Shades of Jet Stream #ABD9C4

Tints of Jet Stream #ABD9C4

Color information

#ABD9C4 (or 0xABD9C4) is unknown color: approx Jet Stream. HEX triplet: AB, D9 and C4. RGB value is (171,217,196). Sum of RGB (Red+Green+Blue) = 171+217+196=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD9C4 is #54263B. Grayscale: #C8C8C8. Windows color (decimal): -5514812 or 12900779. OLE color: 12900779.

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

Color convert

RGB171217196-
CMYK0.2100.100.15
HSL152.61º37.7%76.08%-
HSV(B)152.61º21.2%85.1%-
XYZ51.5762.2761.53-
YUV200.85125.26106.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.28%
GREEN value IS 217 (85.16% from 255) = 37.16%
BLUE value IS 196 (76.95% from 255) = 33.56%
R=29.28%
G=37.16%
B=33.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712171960.2100.100.15152.6137.776.08
HexABD9C4150AF99264c
Octal253331304250121723146114
Binary10101011110110011100010010101010101111100110011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD9C4; }

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

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

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

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

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

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

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

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