Html Css Color HEX #81ACC5 Glacier

📋 copy color: '#81ACC5'

red 129 ◦ green 172 ◦ blue 197

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

Shades of Glacier #81ACC5

Tints of Glacier #81ACC5

RGB

 RED value IS 129 (50.78% from 255) = 25.9%

 GREEN value IS 172 (67.58% from 255) = 34.54%

 BLUE value IS 197 (77.34% from 255) = 39.56%

R = 25.9%
G = 34.54%
B = 39.56%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#81ACC5 (or 0x81ACC5) is known color: Glacier. HEX triplet: 81, AC and C5. RGB value is (129,172,197). Sum of RGB (Red+Green+Blue) = 129+172+197=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 197 - color contains mainly: blue. Hex color #81ACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACC5 is #7E533A. Grayscale: #A1A1A1. Windows color (decimal): -8278843 or 12954753. OLE color: 12954753.

HSL color Cylindrical-coordinate representation of color #81ACC5: hue angle of 202.06º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81ACC5 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 129 172 197 -
CMYK 0.35 0.13 0 0.23
HSL 202.06º 0.37% 0.64% -
HSV(B) 202.06º 0.35% 0.77% -
XYZ 33.88 38.2 58.41 -
YUV 161.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 129 172 197 0.35 0.13 0 0.23 202.06 0.37 0.64
Hex 81 AC C5 23 D 0 17 CA 25 40
Octal 201 254 305 43 15 0 27 312 45 100
Binary 10000001 10101100 11000101 100011 1101 0 10111 11001010 100101 1000000

Color Harmonies of #81ACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ACC5

Black with #81ACC5

Text Example


Text Example

White with #81ACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81ACC5; }

 p { color: rgb(129,172,197); }

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

background-color css

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

 a { background-color: rgb(129,172,197); }

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

border-color css

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

 span { border-color: rgb(129,172,197); }

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