#81AFBE

Color #81AFBE Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #81AFBE

Tints of Glacier #81AFBE

Color information

#81AFBE (or 0x81AFBE) is unknown color: approx Glacier. HEX triplet: 81, AF and BE. RGB value is (129,175,190). Sum of RGB (Red+Green+Blue) = 129+175+190=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #81AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFBE is #7E5041. Grayscale: #A2A2A2. Windows color (decimal): -8278082 or 12496769. OLE color: 12496769.

HSL color Cylindrical-coordinate representation of color #81AFBE: hue angle of 194.75º 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 #81AFBE is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB129175190-
CMYK0.320.0800.25
HSL194.75º31.94%62.55%-
HSV(B)194.75º32.11%74.51%-
XYZ33.6839.0454.48-
YUV162.96143.26103.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.11%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=26.11%
G=35.43%
B=38.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291751900.320.0800.25194.7531.9462.55
Hex81AFBE208019c3203f
Octal20125727640100313034077
Binary100000011010111110111110100000100001100111000011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81AFBE;
 }
 .AnyTagClassName
 {
   color: #81AFBE;
 }
</style>
background-color css

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

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

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

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

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

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