Html Css Color HEX #A5C3B5 Periglacial Blue

📋 copy color: '#A5C3B5'

red 165 ◦ green 195 ◦ blue 181

#A5C3B5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periglacial Blue #A5C3B5

Tints of Periglacial Blue #A5C3B5

RGB

 RED value IS 165 (64.84% from 255) = 30.5%

 GREEN value IS 195 (76.56% from 255) = 36.04%

 BLUE value IS 181 (71.09% from 255) = 33.46%

R = 30.5%
G = 36.04%
B = 33.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#A5C3B5 (or 0xA5C3B5) is known color: 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

RGB 165 195 181 -
CMYK 0.15 0 0.07 0.24
HSL 152º 0.2% 0.71% -
HSV(B) 152º 0.15% 0.76% -
XYZ 43.37 50.37 51.15 -
YUV 184.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 165 195 181 0.15 0 0.07 0.24 152 0.2 0.71
Hex A5 C3 B5 F 0 7 18 98 14 47
Octal 245 303 265 17 0 7 30 230 24 107
Binary 10100101 11000011 10110101 1111 0 111 11000 10011000 10100 1000111

Color Harmonies of #A5C3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C3B5

Black with #A5C3B5

Text Example


Text Example

White with #A5C3B5

Text Example


Text Example

HTML Codes & Css Web 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>