#71A8BE

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

Shades of Glacier #71A8BE

Tints of Glacier #71A8BE

Color information

#71A8BE (or 0x71A8BE) is unknown color: approx Glacier. HEX triplet: 71, A8 and BE. RGB value is (113,168,190). Sum of RGB (Red+Green+Blue) = 113+168+190=471 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.99% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #71A8BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A8BE is #8E5741. Grayscale: #999999. Windows color (decimal): -9328450 or 12494961. OLE color: 12494961.

HSL color Cylindrical-coordinate representation of color #71A8BE: hue angle of 197.14º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71A8BE is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113168190-
CMYK0.410.1200.25
HSL197.14º37.2%59.41%-
HSV(B)197.14º40.53%74.51%-
XYZ30.1135.2353.93-
YUV154.06148.2898.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.99%
GREEN value IS 168 (66.02% from 255) = 35.67%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=23.99%
G=35.67%
B=40.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131681900.410.1200.25197.1437.259.41
Hex71A8BE29C019c5253b
Octal16125027651140313054573
Binary11100011010100010111110101001110001100111000101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,168,190); }

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

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

 a { background-color: rgb(113,168,190); }

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

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

 span { border-color: rgb(113,168,190); }

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