#ABD9C7

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

Shades of Jet Stream #ABD9C7

Tints of Jet Stream #ABD9C7

Color information

#ABD9C7 (or 0xABD9C7) is unknown color: approx Jet Stream. HEX triplet: AB, D9 and C7. RGB value is (171,217,199). Sum of RGB (Red+Green+Blue) = 171+217+199=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD9C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD9C7 is #542638. Grayscale: #C9C9C9. Windows color (decimal): -5514809 or 13097387. OLE color: 13097387.

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

Color convert

RGB171217199-
CMYK0.2100.080.15
HSL156.52º37.7%76.08%-
HSV(B)156.52º21.2%85.1%-
XYZ51.9262.4163.34-
YUV201.19126.76106.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 217 (85.16% from 255) = 36.97%
BLUE value IS 199 (78.12% from 255) = 33.90%
R=29.13%
G=36.97%
B=33.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712171990.2100.080.15156.5237.776.08
HexABD9C71508F9d264c
Octal253331307250101723546114
Binary10101011110110011100011110101010001111100111011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD9C7; }

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

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

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

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

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

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

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

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