Html Css Color HEX #81ACC4 Glacier

📋 copy color: '#81ACC4'

red 129 ◦ green 172 ◦ blue 196

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

Shades of Glacier #81ACC4

Tints of Glacier #81ACC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.44%

R = 25.96%
G = 34.61%
B = 39.44%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#81ACC4 (or 0x81ACC4) is known color: Glacier. HEX triplet: 81, AC and C4. RGB value is (129,172,196). Sum of RGB (Red+Green+Blue) = 129+172+196=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 196 - color contains mainly: blue. Hex color #81ACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACC4 is #7E533B. Grayscale: #A1A1A1. Windows color (decimal): -8278844 or 12889217. OLE color: 12889217.

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

Color convert

RGB 129 172 196 -
CMYK 0.34 0.12 0 0.23
HSL 201.49º 0.36% 0.64% -
HSV(B) 201.49º 0.34% 0.77% -
XYZ 33.77 38.16 57.81 -
YUV 161.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 129 172 196 0.34 0.12 0 0.23 201.49 0.36 0.64
Hex 81 AC C4 22 C 0 17 C9 24 40
Octal 201 254 304 42 14 0 27 311 44 100
Binary 10000001 10101100 11000100 100010 1100 0 10111 11001001 100100 1000000

Color Harmonies of #81ACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ACC4

Black with #81ACC4

Text Example


Text Example

White with #81ACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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