#ABD1C1

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

Shades of Jet Stream #ABD1C1

Tints of Jet Stream #ABD1C1

Color information

#ABD1C1 (or 0xABD1C1) is unknown color: approx Jet Stream. HEX triplet: AB, D1 and C1. RGB value is (171,209,193). Sum of RGB (Red+Green+Blue) = 171+209+193=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD1C1 is #542E3E. Grayscale: #C3C3C3. Windows color (decimal): -5516863 or 12702123. OLE color: 12702123.

HSL color Cylindrical-coordinate representation of color #ABD1C1: hue angle of 154.74º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABD1C1 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB171209193-
CMYK0.1800.080.18
HSL154.74º29.23%74.51%-
HSV(B)154.74º18.18%81.96%-
XYZ49.2258.1159.07-
YUV195.81126.41110.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.84%
GREEN value IS 209 (82.03% from 255) = 36.47%
BLUE value IS 193 (75.78% from 255) = 33.68%
R=29.84%
G=36.47%
B=33.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712091930.1800.080.18154.7429.2374.51
HexABD1C11208129b1d4b
Octal253321301220102223335113
Binary10101011110100011100000110010010001001010011011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD1C1; }

 p { color: rgb(171,209,193); }

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

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

 a { background-color: rgb(171,209,193); }

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

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

 span { border-color: rgb(171,209,193); }

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