Html Css Color HEX #81AEBA Glacier

📋 copy color: '#81AEBA'

red 129 ◦ green 174 ◦ blue 186

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

Shades of Glacier #81AEBA

Tints of Glacier #81AEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.58%

 BLUE value IS 186 (73.05% from 255) = 38.04%

R = 26.38%
G = 35.58%
B = 38.04%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#81AEBA (or 0x81AEBA) is known color: Glacier. HEX triplet: 81, AE and BA. RGB value is (129,174,186). Sum of RGB (Red+Green+Blue) = 129+174+186=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #81AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AEBA is #7E5145. Grayscale: #A1A1A1. Windows color (decimal): -8278342 or 12234369. OLE color: 12234369.

HSL color Cylindrical-coordinate representation of color #81AEBA: hue angle of 192.63º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81AEBA is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 174 186 -
CMYK 0.31 0.06 0 0.27
HSL 192.63º 0.29% 0.62% -
HSV(B) 192.63º 0.31% 0.73% -
XYZ 33.05 38.48 52.14 -
YUV 161.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 129 174 186 0.31 0.06 0 0.27 192.63 0.29 0.62
Hex 81 AE BA 1F 6 0 1B C1 1D 3E
Octal 201 256 272 37 6 0 33 301 35 76
Binary 10000001 10101110 10111010 11111 110 0 11011 11000001 11101 111110

Color Harmonies of #81AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AEBA

Black with #81AEBA

Text Example


Text Example

White with #81AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,174,186); }

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

background-color css

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

 a { background-color: rgb(129,174,186); }

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

border-color css

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

 span { border-color: rgb(129,174,186); }

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