#ABC0B8

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

Shades of Periglacial Blue #ABC0B8

Tints of Periglacial Blue #ABC0B8

Color information

#ABC0B8 (or 0xABC0B8) is unknown color: approx Periglacial Blue. HEX triplet: AB, C0 and B8. RGB value is (171,192,184). Sum of RGB (Red+Green+Blue) = 171+192+184=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC0B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0B8 is #543F47. Grayscale: #B8B8B8. Windows color (decimal): -5521224 or 12107947. OLE color: 12107947.

HSL color Cylindrical-coordinate representation of color #ABC0B8: hue angle of 157.14º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC0B8 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB171192184-
CMYK0.1100.040.25
HSL157.14º14.29%71.18%-
HSV(B)157.14º10.94%75.29%-
XYZ44.349.8252.63-
YUV184.81127.54118.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 192 (75.39% from 255) = 35.10%
BLUE value IS 184 (72.27% from 255) = 33.64%
R=31.26%
G=35.10%
B=33.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711921840.1100.040.25157.1414.2971.18
HexABC0B8B04199de47
Octal25330027013043123516107
Binary10101011110000001011100010110100110011001110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC0B8; }

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

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

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

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

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

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

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

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