#A5C3B5

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

Shades of Periglacial Blue #A5C3B5

Tints of Periglacial Blue #A5C3B5

Color information

#A5C3B5 (or 0xA5C3B5) is unknown color: approx Periglacial Blue. HEX triplet: A5, C3 and B5. RGB value is (165,195,181). Sum of RGB (Red+Green+Blue) = 165+195+181=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C3B5 is #5A3C4A. Grayscale: #B8B8B8. Windows color (decimal): -5913675 or 11912101. OLE color: 11912101.

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

Color convert

RGB165195181-
CMYK0.1500.070.24
HSL152º20%70.59%-
HSV(B)152º15.38%76.47%-
XYZ43.3750.3751.15-
YUV184.43126.06114.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.50%
GREEN value IS 195 (76.56% from 255) = 36.04%
BLUE value IS 181 (71.09% from 255) = 33.46%
R=30.50%
G=36.04%
B=33.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651951810.1500.070.241522070.59
HexA5C3B5F0718981447
Octal24530326517073023024107
Binary101001011100001110110101111101111100010011000101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C3B5; }

 p { color: rgb(165,195,181); }

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

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

 a { background-color: rgb(165,195,181); }

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

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

 span { border-color: rgb(165,195,181); }

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