#ABD5C6

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

Shades of Jet Stream #ABD5C6

Tints of Jet Stream #ABD5C6

Color information

#ABD5C6 (or 0xABD5C6) is unknown color: approx Jet Stream. HEX triplet: AB, D5 and C6. RGB value is (171,213,198). Sum of RGB (Red+Green+Blue) = 171+213+198=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD5C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD5C6 is #542A39. Grayscale: #C6C6C6. Windows color (decimal): -5515834 or 13030827. OLE color: 13030827.

HSL color Cylindrical-coordinate representation of color #ABD5C6: hue angle of 158.57º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD5C6 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB171213198-
CMYK0.2000.070.16
HSL158.57º33.33%75.29%-
HSV(B)158.57º19.72%83.53%-
XYZ50.7860.3262.39-
YUV198.73127.59108.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.38%
GREEN value IS 213 (83.59% from 255) = 36.60%
BLUE value IS 198 (77.73% from 255) = 34.02%
R=29.38%
G=36.60%
B=34.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712131980.2000.070.16158.5733.3375.29
HexABD5C61407109f214b
Octal25332530624072023741113
Binary10101011110101011100011010100011110000100111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD5C6; }

 p { color: rgb(171,213,198); }

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

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

 a { background-color: rgb(171,213,198); }

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

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

 span { border-color: rgb(171,213,198); }

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