Html Css Color HEX #81ADBA Glacier

📋 copy color: '#81ADBA'

red 129 ◦ green 173 ◦ blue 186

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

Shades of Glacier #81ADBA

Tints of Glacier #81ADBA

RGB

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

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

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

R = 26.43%
G = 35.45%
B = 38.11%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#81ADBA (or 0x81ADBA) is known color: Glacier. HEX triplet: 81, AD and BA. RGB value is (129,173,186). Sum of RGB (Red+Green+Blue) = 129+173+186=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #81ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADBA is #7E5245. Grayscale: #A1A1A1. Windows color (decimal): -8278598 or 12234113. OLE color: 12234113.

HSL color Cylindrical-coordinate representation of color #81ADBA: hue angle of 193.68º 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 #81ADBA is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 173 186 -
CMYK 0.31 0.07 0 0.27
HSL 193.68º 0.29% 0.62% -
HSV(B) 193.68º 0.31% 0.73% -
XYZ 32.86 38.1 52.08 -
YUV 161.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 129 173 186 0.31 0.07 0 0.27 193.68 0.29 0.62
Hex 81 AD BA 1F 7 0 1B C2 1D 3E
Octal 201 255 272 37 7 0 33 302 35 76
Binary 10000001 10101101 10111010 11111 111 0 11011 11000010 11101 111110

Color Harmonies of #81ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ADBA

Black with #81ADBA

Text Example


Text Example

White with #81ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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