Html Css Color HEX #71B7BC Glacier

📋 copy color: '#71B7BC'

red 113 ◦ green 183 ◦ blue 188

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

Shades of Glacier #71B7BC

Tints of Glacier #71B7BC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.81%

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

R = 23.35%
G = 37.81%
B = 38.84%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#71B7BC (or 0x71B7BC) is known color: Glacier. HEX triplet: 71, B7 and BC. RGB value is (113,183,188). Sum of RGB (Red+Green+Blue) = 113+183+188=484 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.35% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #71B7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B7BC is #8E4843. Grayscale: #A2A2A2. Windows color (decimal): -9324612 or 12367729. OLE color: 12367729.

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

Color convert

RGB 113 183 188 -
CMYK 0.40 0.03 0 0.26
HSL 184º 0.36% 0.59% -
HSV(B) 184º 0.4% 0.74% -
XYZ 32.82 41.01 53.76 -
YUV 162.64 142.31 92.59 -
System Red Green Blue C M Y K H S L
Decimal 113 183 188 0.40 0.03 0 0.26 184 0.36 0.59
Hex 71 B7 BC 28 3 0 1A B8 24 3B
Octal 161 267 274 50 3 0 32 270 44 73
Binary 1110001 10110111 10111100 101000 11 0 11010 10111000 100100 111011

Color Harmonies of #71B7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B7BC

Black with #71B7BC

Text Example


Text Example

White with #71B7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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