#71AEBD

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

Shades of Glacier #71AEBD

Tints of Glacier #71AEBD

Color information

#71AEBD (or 0x71AEBD) is unknown color: approx Glacier. HEX triplet: 71, AE and BD. RGB value is (113,174,189). Sum of RGB (Red+Green+Blue) = 113+174+189=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #71AEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AEBD is #8E5142. Grayscale: #9D9D9D. Windows color (decimal): -9326915 or 12430961. OLE color: 12430961.

HSL color Cylindrical-coordinate representation of color #71AEBD: hue angle of 191.84º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71AEBD is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB113174189-
CMYK0.400.0800.26
HSL191.84º36.54%59.22%-
HSV(B)191.84º40.21%74.12%-
XYZ31.1337.4653.73-
YUV157.47145.7996.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.74%
GREEN value IS 174 (68.36% from 255) = 36.55%
BLUE value IS 189 (74.22% from 255) = 39.71%
R=23.74%
G=36.55%
B=39.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131741890.400.0800.26191.8436.5459.22
Hex71AEBD28801Ac0253b
Octal16125627550100323004573
Binary11100011010111010111101101000100001101011000000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71AEBD; }

 p { color: rgb(113,174,189); }

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

<style>
 a { background-color: #71AEBD; }

 a { background-color: rgb(113,174,189); }

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

<style>
 span { border-color: #71AEBD; }

 span { border-color: rgb(113,174,189); }

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