#71ADBA

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

Shades of Glacier #71ADBA

Tints of Glacier #71ADBA

Color information

#71ADBA (or 0x71ADBA) is unknown color: approx Glacier. HEX triplet: 71, AD and BA. RGB value is (113,173,186). Sum of RGB (Red+Green+Blue) = 113+173+186=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #71ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ADBA is #8E5245. Grayscale: #9C9C9C. Windows color (decimal): -9327174 or 12234097. OLE color: 12234097.

HSL color Cylindrical-coordinate representation of color #71ADBA: hue angle of 190.68º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71ADBA is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB113173186-
CMYK0.390.0700.27
HSL190.68º34.6%58.63%-
HSV(B)190.68º39.25%72.94%-
XYZ30.6236.9451.97-
YUV156.54144.6296.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.94%
GREEN value IS 173 (67.97% from 255) = 36.65%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=23.94%
G=36.65%
B=39.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131731860.390.0700.27190.6834.658.63
Hex71ADBA27701Bbf233b
Octal1612552724770332774373
Binary1110001101011011011101010011111101101110111111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,173,186); }

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

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

 a { background-color: rgb(113,173,186); }

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

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

 span { border-color: rgb(113,173,186); }

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