Html Css Color HEX #71B4BE Glacier

📋 copy color: '#71B4BE'

red 113 ◦ green 180 ◦ blue 190

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

Shades of Glacier #71B4BE

Tints of Glacier #71B4BE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.27%

 BLUE value IS 190 (74.61% from 255) = 39.34%

R = 23.4%
G = 37.27%
B = 39.34%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#71B4BE (or 0x71B4BE) is known color: Glacier. HEX triplet: 71, B4 and BE. RGB value is (113,180,190). Sum of RGB (Red+Green+Blue) = 113+180+190=483 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.40% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #71B4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B4BE is #8E4B41. Grayscale: #A1A1A1. Windows color (decimal): -9325378 or 12498033. OLE color: 12498033.

HSL color Cylindrical-coordinate representation of color #71B4BE: hue angle of 187.79º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71B4BE is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 180 190 -
CMYK 0.41 0.05 0 0.25
HSL 187.79º 0.37% 0.59% -
HSV(B) 187.79º 0.41% 0.75% -
XYZ 32.43 39.87 54.7 -
YUV 161.11 144.3 93.69 -
System Red Green Blue C M Y K H S L
Decimal 113 180 190 0.41 0.05 0 0.25 187.79 0.37 0.59
Hex 71 B4 BE 29 5 0 19 BC 25 3B
Octal 161 264 276 51 5 0 31 274 45 73
Binary 1110001 10110100 10111110 101001 101 0 11001 10111100 100101 111011

Color Harmonies of #71B4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B4BE

Black with #71B4BE

Text Example


Text Example

White with #71B4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,180,190); }

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

background-color css

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

 a { background-color: rgb(113,180,190); }

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

border-color css

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

 span { border-color: rgb(113,180,190); }

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