Html Css Color HEX #71AABA Glacier

📋 copy color: '#71AABA'

red 113 ◦ green 170 ◦ blue 186

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

Shades of Glacier #71AABA

Tints of Glacier #71AABA

RGB

 RED value IS 113 (44.53% from 255) = 24.09%

 GREEN value IS 170 (66.8% from 255) = 36.25%

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 24.09%
G = 36.25%
B = 39.66%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#71AABA (or 0x71AABA) is known color: Glacier. HEX triplet: 71, AA and BA. RGB value is (113,170,186). Sum of RGB (Red+Green+Blue) = 113+170+186=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #71AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AABA is #8E5545. Grayscale: #9A9A9A. Windows color (decimal): -9327942 or 12233329. OLE color: 12233329.

HSL color Cylindrical-coordinate representation of color #71AABA: hue angle of 193.15º 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 #71AABA is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 170 186 -
CMYK 0.39 0.09 0 0.27
HSL 193.15º 0.35% 0.59% -
HSV(B) 193.15º 0.39% 0.73% -
XYZ 30.05 35.81 51.78 -
YUV 154.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 113 170 186 0.39 0.09 0 0.27 193.15 0.35 0.59
Hex 71 AA BA 27 9 0 1B C1 23 3B
Octal 161 252 272 47 11 0 33 301 43 73
Binary 1110001 10101010 10111010 100111 1001 0 11011 11000001 100011 111011

Color Harmonies of #71AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AABA

Black with #71AABA

Text Example


Text Example

White with #71AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71AABA;
 }
 .AnyTagClassName
 {
   color: #71AABA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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