Html Css Color HEX #81ADB6 Glacier

📋 copy color: '#81ADB6'

red 129 ◦ green 173 ◦ blue 182

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

Shades of Glacier #81ADB6

Tints of Glacier #81ADB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.6%

R = 26.65%
G = 35.74%
B = 37.6%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#81ADB6 (or 0x81ADB6) is known color: Glacier. HEX triplet: 81, AD and B6. RGB value is (129,173,182). Sum of RGB (Red+Green+Blue) = 129+173+182=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 182 - color contains mainly: blue. Hex color #81ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADB6 is #7E5249. Grayscale: #A0A0A0. Windows color (decimal): -8278602 or 11971969. OLE color: 11971969.

HSL color Cylindrical-coordinate representation of color #81ADB6: hue angle of 190.19º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81ADB6 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 173 182 -
CMYK 0.29 0.05 0 0.29
HSL 190.19º 0.27% 0.61% -
HSV(B) 190.19º 0.29% 0.71% -
XYZ 32.44 37.93 49.87 -
YUV 160.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 129 173 182 0.29 0.05 0 0.29 190.19 0.27 0.61
Hex 81 AD B6 1D 5 0 1D BE 1B 3D
Octal 201 255 266 35 5 0 35 276 33 75
Binary 10000001 10101101 10110110 11101 101 0 11101 10111110 11011 111101

Color Harmonies of #81ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ADB6

Black with #81ADB6

Text Example


Text Example

White with #81ADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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