#ABC1B8

Color #ABC1B8 Periglacial Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periglacial Blue #ABC1B8

Tints of Periglacial Blue #ABC1B8

Color information

#ABC1B8 (or 0xABC1B8) is unknown color: approx Periglacial Blue. HEX triplet: AB, C1 and B8. RGB value is (171,193,184). Sum of RGB (Red+Green+Blue) = 171+193+184=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1B8 is #543E47. Grayscale: #B9B9B9. Windows color (decimal): -5520968 or 12108203. OLE color: 12108203.

HSL color Cylindrical-coordinate representation of color #ABC1B8: hue angle of 155.45º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC1B8 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB171193184-
CMYK0.1100.050.24
HSL155.45º15.07%71.37%-
HSV(B)155.45º11.4%75.69%-
XYZ44.5250.2652.7-
YUV185.4127.21117.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.20%
GREEN value IS 193 (75.78% from 255) = 35.22%
BLUE value IS 184 (72.27% from 255) = 33.58%
R=31.20%
G=35.22%
B=33.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931840.1100.050.24155.4515.0771.37
HexABC1B8B05189bf47
Octal25330127013053023317107
Binary10101011110000011011100010110101110001001101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC1B8; }

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

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

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

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

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

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

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

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