Html Css Color HEX #81ADBE Glacier

📋 copy color: '#81ADBE'

red 129 ◦ green 173 ◦ blue 190

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

Shades of Glacier #81ADBE

Tints of Glacier #81ADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.62%

R = 26.22%
G = 35.16%
B = 38.62%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#81ADBE (or 0x81ADBE) is known color: Glacier. HEX triplet: 81, AD and BE. RGB value is (129,173,190). Sum of RGB (Red+Green+Blue) = 129+173+190=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #81ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADBE is #7E5241. Grayscale: #A1A1A1. Windows color (decimal): -8278594 or 12496257. OLE color: 12496257.

HSL color Cylindrical-coordinate representation of color #81ADBE: hue angle of 196.72º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81ADBE is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 173 190 -
CMYK 0.32 0.09 0 0.25
HSL 196.72º 0.32% 0.63% -
HSV(B) 196.72º 0.32% 0.75% -
XYZ 33.29 38.27 54.35 -
YUV 161.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 129 173 190 0.32 0.09 0 0.25 196.72 0.32 0.63
Hex 81 AD BE 20 9 0 19 C5 20 3F
Octal 201 255 276 40 11 0 31 305 40 77
Binary 10000001 10101101 10111110 100000 1001 0 11001 11000101 100000 111111

Color Harmonies of #81ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ADBE

Black with #81ADBE

Text Example


Text Example

White with #81ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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