Html Css Color HEX #71B2BC Glacier

📋 copy color: '#71B2BC'

red 113 ◦ green 178 ◦ blue 188

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

Shades of Glacier #71B2BC

Tints of Glacier #71B2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.16%

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

R = 23.59%
G = 37.16%
B = 39.25%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#71B2BC (or 0x71B2BC) is known color: Glacier. HEX triplet: 71, B2 and BC. RGB value is (113,178,188). Sum of RGB (Red+Green+Blue) = 113+178+188=479 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.59% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #71B2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B2BC is #8E4D43. Grayscale: #9F9F9F. Windows color (decimal): -9325892 or 12366449. OLE color: 12366449.

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

Color convert

RGB 113 178 188 -
CMYK 0.40 0.05 0 0.26
HSL 188º 0.36% 0.59% -
HSV(B) 188º 0.4% 0.74% -
XYZ 31.81 38.98 53.42 -
YUV 159.71 143.97 94.69 -
System Red Green Blue C M Y K H S L
Decimal 113 178 188 0.40 0.05 0 0.26 188 0.36 0.59
Hex 71 B2 BC 28 5 0 1A BC 24 3B
Octal 161 262 274 50 5 0 32 274 44 73
Binary 1110001 10110010 10111100 101000 101 0 11010 10111100 100100 111011

Color Harmonies of #71B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B2BC

Black with #71B2BC

Text Example


Text Example

White with #71B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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