Html Css Color HEX #81ADC5 Glacier

📋 copy color: '#81ADC5'

red 129 ◦ green 173 ◦ blue 197

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

Shades of Glacier #81ADC5

Tints of Glacier #81ADC5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.67%

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

R = 25.85%
G = 34.67%
B = 39.48%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#81ADC5 (or 0x81ADC5) is known color: Glacier. HEX triplet: 81, AD and C5. RGB value is (129,173,197). Sum of RGB (Red+Green+Blue) = 129+173+197=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 197 - color contains mainly: blue. Hex color #81ADC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADC5 is #7E523A. Grayscale: #A2A2A2. Windows color (decimal): -8278587 or 12955009. OLE color: 12955009.

HSL color Cylindrical-coordinate representation of color #81ADC5: hue angle of 201.18º 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 #81ADC5 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 129 173 197 -
CMYK 0.35 0.12 0 0.23
HSL 201.18º 0.37% 0.64% -
HSV(B) 201.18º 0.35% 0.77% -
XYZ 34.07 38.59 58.48 -
YUV 162.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 129 173 197 0.35 0.12 0 0.23 201.18 0.37 0.64
Hex 81 AD C5 23 C 0 17 C9 25 40
Octal 201 255 305 43 14 0 27 311 45 100
Binary 10000001 10101101 11000101 100011 1100 0 10111 11001001 100101 1000000

Color Harmonies of #81ADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ADC5

Black with #81ADC5

Text Example


Text Example

White with #81ADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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