Html Css Color HEX #71AABD Glacier

📋 copy color: '#71AABD'

red 113 ◦ green 170 ◦ blue 189

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

Shades of Glacier #71AABD

Tints of Glacier #71AABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 23.94%
G = 36.02%
B = 40.04%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#71AABD (or 0x71AABD) is known color: Glacier. HEX triplet: 71, AA and BD. RGB value is (113,170,189). Sum of RGB (Red+Green+Blue) = 113+170+189=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #71AABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AABD is #8E5542. Grayscale: #9A9A9A. Windows color (decimal): -9327939 or 12429937. OLE color: 12429937.

HSL color Cylindrical-coordinate representation of color #71AABD: hue angle of 195º 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 #71AABD is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 170 189 -
CMYK 0.40 0.10 0 0.26
HSL 195º 0.37% 0.59% -
HSV(B) 195º 0.4% 0.74% -
XYZ 30.37 35.93 53.48 -
YUV 155.12 147.12 97.96 -
System Red Green Blue C M Y K H S L
Decimal 113 170 189 0.40 0.10 0 0.26 195 0.37 0.59
Hex 71 AA BD 28 A 0 1A C3 25 3B
Octal 161 252 275 50 12 0 32 303 45 73
Binary 1110001 10101010 10111101 101000 1010 0 11010 11000011 100101 111011

Color Harmonies of #71AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AABD

Black with #71AABD

Text Example


Text Example

White with #71AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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