Html Css Color HEX #71ACBD Glacier

📋 copy color: '#71ACBD'

red 113 ◦ green 172 ◦ blue 189

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

Shades of Glacier #71ACBD

Tints of Glacier #71ACBD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.29%

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

R = 23.84%
G = 36.29%
B = 39.87%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#71ACBD (or 0x71ACBD) is known color: Glacier. HEX triplet: 71, AC and BD. RGB value is (113,172,189). Sum of RGB (Red+Green+Blue) = 113+172+189=474 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.84% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #71ACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ACBD is #8E5342. Grayscale: #9C9C9C. Windows color (decimal): -9327427 or 12430449. OLE color: 12430449.

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

Color convert

RGB 113 172 189 -
CMYK 0.40 0.09 0 0.26
HSL 193.42º 0.37% 0.59% -
HSV(B) 193.42º 0.4% 0.74% -
XYZ 30.75 36.69 53.61 -
YUV 156.3 146.45 97.12 -
System Red Green Blue C M Y K H S L
Decimal 113 172 189 0.40 0.09 0 0.26 193.42 0.37 0.59
Hex 71 AC BD 28 9 0 1A C1 25 3B
Octal 161 254 275 50 11 0 32 301 45 73
Binary 1110001 10101100 10111101 101000 1001 0 11010 11000001 100101 111011

Color Harmonies of #71ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ACBD

Black with #71ACBD

Text Example


Text Example

White with #71ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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