Html Css Color HEX #71AABB Glacier

📋 copy color: '#71AABB'

red 113 ◦ green 170 ◦ blue 187

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

Shades of Glacier #71AABB

Tints of Glacier #71AABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.79%

R = 24.04%
G = 36.17%
B = 39.79%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#71AABB (or 0x71AABB) is known color: Glacier. HEX triplet: 71, AA and BB. RGB value is (113,170,187). Sum of RGB (Red+Green+Blue) = 113+170+187=470 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.04% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #71AABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AABB is #8E5544. Grayscale: #9A9A9A. Windows color (decimal): -9327941 or 12298865. OLE color: 12298865.

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

Color convert

RGB 113 170 187 -
CMYK 0.40 0.09 0 0.27
HSL 193.78º 0.35% 0.59% -
HSV(B) 193.78º 0.4% 0.73% -
XYZ 30.15 35.85 52.34 -
YUV 154.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 113 170 187 0.40 0.09 0 0.27 193.78 0.35 0.59
Hex 71 AA BB 28 9 0 1B C2 23 3B
Octal 161 252 273 50 11 0 33 302 43 73
Binary 1110001 10101010 10111011 101000 1001 0 11011 11000010 100011 111011

Color Harmonies of #71AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AABB

Black with #71AABB

Text Example


Text Example

White with #71AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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