Html Css Color HEX #71B3BA Glacier

📋 copy color: '#71B3BA'

red 113 ◦ green 179 ◦ blue 186

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

Shades of Glacier #71B3BA

Tints of Glacier #71B3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.45%

 BLUE value IS 186 (73.05% from 255) = 38.91%

R = 23.64%
G = 37.45%
B = 38.91%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#71B3BA (or 0x71B3BA) is known color: Glacier. HEX triplet: 71, B3 and BA. RGB value is (113,179,186). Sum of RGB (Red+Green+Blue) = 113+179+186=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #71B3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B3BA is #8E4C45. Grayscale: #9F9F9F. Windows color (decimal): -9325638 or 12235633. OLE color: 12235633.

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

Color convert

RGB 113 179 186 -
CMYK 0.39 0.04 0 0.27
HSL 185.75º 0.35% 0.59% -
HSV(B) 185.75º 0.39% 0.73% -
XYZ 31.79 39.3 52.36 -
YUV 160.06 142.63 94.43 -
System Red Green Blue C M Y K H S L
Decimal 113 179 186 0.39 0.04 0 0.27 185.75 0.35 0.59
Hex 71 B3 BA 27 4 0 1B BA 23 3B
Octal 161 263 272 47 4 0 33 272 43 73
Binary 1110001 10110011 10111010 100111 100 0 11011 10111010 100011 111011

Color Harmonies of #71B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B3BA

Black with #71B3BA

Text Example


Text Example

White with #71B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,179,186); }

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

background-color css

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

 a { background-color: rgb(113,179,186); }

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

border-color css

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

 span { border-color: rgb(113,179,186); }

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