Html Css Color HEX #71A4BC Glacier

📋 copy color: '#71A4BC'

red 113 ◦ green 164 ◦ blue 188

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

Shades of Glacier #71A4BC

Tints of Glacier #71A4BC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.27%

 BLUE value IS 188 (73.83% from 255) = 40.43%

R = 24.3%
G = 35.27%
B = 40.43%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#71A4BC (or 0x71A4BC) is known color: Glacier. HEX triplet: 71, A4 and BC. RGB value is (113,164,188). Sum of RGB (Red+Green+Blue) = 113+164+188=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #71A4BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A4BC is #8E5B43. Grayscale: #979797. Windows color (decimal): -9329476 or 12362865. OLE color: 12362865.

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

Color convert

RGB 113 164 188 -
CMYK 0.40 0.13 0 0.26
HSL 199.2º 0.36% 0.59% -
HSV(B) 199.2º 0.4% 0.74% -
XYZ 29.16 33.69 52.54 -
YUV 151.49 148.6 100.55 -
System Red Green Blue C M Y K H S L
Decimal 113 164 188 0.40 0.13 0 0.26 199.2 0.36 0.59
Hex 71 A4 BC 28 D 0 1A C7 24 3B
Octal 161 244 274 50 15 0 32 307 44 73
Binary 1110001 10100100 10111100 101000 1101 0 11010 11000111 100100 111011

Color Harmonies of #71A4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A4BC

Black with #71A4BC

Text Example


Text Example

White with #71A4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,164,188); }

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

background-color css

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

 a { background-color: rgb(113,164,188); }

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

border-color css

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

 span { border-color: rgb(113,164,188); }

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