Html Css Color HEX #A5C0B3 Periglacial Blue

📋 copy color: '#A5C0B3'

red 165 ◦ green 192 ◦ blue 179

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

Shades of Periglacial Blue #A5C0B3

Tints of Periglacial Blue #A5C0B3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.82%

 BLUE value IS 179 (70.31% from 255) = 33.4%

R = 30.78%
G = 35.82%
B = 33.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#A5C0B3 (or 0xA5C0B3) is known color: Periglacial Blue. HEX triplet: A5, C0 and B3. RGB value is (165,192,179). Sum of RGB (Red+Green+Blue) = 165+192+179=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C0B3 is #5A3F4C. Grayscale: #B6B6B6. Windows color (decimal): -5914445 or 11780261. OLE color: 11780261.

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

Color convert

RGB 165 192 179 -
CMYK 0.14 0 0.07 0.25
HSL 151.11º 0.18% 0.7% -
HSV(B) 151.11º 0.14% 0.75% -
XYZ 42.5 48.95 49.86 -
YUV 182.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 165 192 179 0.14 0 0.07 0.25 151.11 0.18 0.7
Hex A5 C0 B3 E 0 7 19 97 12 46
Octal 245 300 263 16 0 7 31 227 22 106
Binary 10100101 11000000 10110011 1110 0 111 11001 10010111 10010 1000110

Color Harmonies of #A5C0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C0B3

Black with #A5C0B3

Text Example


Text Example

White with #A5C0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C0B3; }

 p { color: rgb(165,192,179); }

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

background-color css

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

 a { background-color: rgb(165,192,179); }

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

border-color css

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

 span { border-color: rgb(165,192,179); }

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