Html Css Color HEX #A5C1B4 Periglacial Blue

📋 copy color: '#A5C1B4'

red 165 ◦ green 193 ◦ blue 180

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

Shades of Periglacial Blue #A5C1B4

Tints of Periglacial Blue #A5C1B4

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.87%

 BLUE value IS 180 (70.7% from 255) = 33.46%

R = 30.67%
G = 35.87%
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

#A5C1B4 (or 0xA5C1B4) is known color: Periglacial Blue. HEX triplet: A5, C1 and B4. RGB value is (165,193,180). Sum of RGB (Red+Green+Blue) = 165+193+180=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C1B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C1B4 is #5A3E4B. Grayscale: #B7B7B7. Windows color (decimal): -5914188 or 11846053. OLE color: 11846053.

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

Color convert

RGB 165 193 180 -
CMYK 0.15 0 0.07 0.24
HSL 152.14º 0.18% 0.7% -
HSV(B) 152.14º 0.15% 0.76% -
XYZ 42.83 49.43 50.46 -
YUV 183.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 165 193 180 0.15 0 0.07 0.24 152.14 0.18 0.7
Hex A5 C1 B4 F 0 7 18 98 12 46
Octal 245 301 264 17 0 7 30 230 22 106
Binary 10100101 11000001 10110100 1111 0 111 11000 10011000 10010 1000110

Color Harmonies of #A5C1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C1B4

Black with #A5C1B4

Text Example


Text Example

White with #A5C1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C1B4; }

 p { color: rgb(165,193,180); }

 H1.HeaderClassName
 {
   color: #A5C1B4;
 }
 .AnyTagClassName
 {
   color: #A5C1B4;
 }
</style>

background-color css

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

 a { background-color: rgb(165,193,180); }

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

border-color css

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

 span { border-color: rgb(165,193,180); }

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