#ABAFAD

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

Shades of Periglacial Blue #ABAFAD

Tints of Periglacial Blue #ABAFAD

Color information

#ABAFAD (or 0xABAFAD) is unknown color: approx Periglacial Blue. HEX triplet: AB, AF and AD. RGB value is (171,175,173). Sum of RGB (Red+Green+Blue) = 171+175+173=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAFAD is #545052. Grayscale: #ADADAD. Windows color (decimal): -5525587 or 11382699. OLE color: 11382699.

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

Color convert

RGB171175173-
CMYK0.0200.010.31
HSL150º2.44%67.84%-
HSV(B)150º2.29%68.63%-
XYZ39.6742.3445.62-
YUV173.58127.67126.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=32.95%
G=33.72%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751730.0200.010.311502.4467.84
HexABAFAD2011F96244
Octal253257255201372262104
Binary10101011101011111010110110011111110010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFAD; }

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

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

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

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

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

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

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

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