Html Css Color HEX #71B5BF Glacier

📋 copy color: '#71B5BF'

red 113 ◦ green 181 ◦ blue 191

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

Shades of Glacier #71B5BF

Tints of Glacier #71B5BF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.32%

 BLUE value IS 191 (75% from 255) = 39.38%

R = 23.3%
G = 37.32%
B = 39.38%

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

#71B5BF (or 0x71B5BF) is known color: Glacier. HEX triplet: 71, B5 and BF. RGB value is (113,181,191). Sum of RGB (Red+Green+Blue) = 113+181+191=485 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.30% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #71B5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B5BF is #8E4A40. Grayscale: #A1A1A1. Windows color (decimal): -9325121 or 12563825. OLE color: 12563825.

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

Color convert

RGB 113 181 191 -
CMYK 0.41 0.05 0 0.25
HSL 187.69º 0.38% 0.6% -
HSV(B) 187.69º 0.41% 0.75% -
XYZ 32.74 40.32 55.35 -
YUV 161.81 144.47 93.19 -
System Red Green Blue C M Y K H S L
Decimal 113 181 191 0.41 0.05 0 0.25 187.69 0.38 0.6
Hex 71 B5 BF 29 5 0 19 BC 26 3C
Octal 161 265 277 51 5 0 31 274 46 74
Binary 1110001 10110101 10111111 101001 101 0 11001 10111100 100110 111100

Color Harmonies of #71B5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B5BF

Black with #71B5BF

Text Example


Text Example

White with #71B5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,181,191); }

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

background-color css

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

 a { background-color: rgb(113,181,191); }

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

border-color css

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

 span { border-color: rgb(113,181,191); }

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