#ABAEAD

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

Shades of Periglacial Blue #ABAEAD

Tints of Periglacial Blue #ABAEAD

Color information

#ABAEAD (or 0xABAEAD) is unknown color: approx Periglacial Blue. HEX triplet: AB, AE and AD. RGB value is (171,174,173). Sum of RGB (Red+Green+Blue) = 171+174+173=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAEAD is #545152. Grayscale: #ACACAC. Windows color (decimal): -5525843 or 11382443. OLE color: 11382443.

HSL color Cylindrical-coordinate representation of color #ABAEAD: hue angle of 160º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ABAEAD is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB171174173-
CMYK0.0200.010.32
HSL160º1.82%67.65%-
HSV(B)160º1.72%68.24%-
XYZ39.4741.9545.55-
YUV172.99128.01126.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=33.01%
G=33.59%
B=33.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711741730.0200.010.321601.8267.65
HexABAEAD20120a0244
Octal253256255201402402104
Binary101010111010111010101101100110000010100000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEAD; }

 p { color: rgb(171,174,173); }

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

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

 a { background-color: rgb(171,174,173); }

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

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

 span { border-color: rgb(171,174,173); }

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