Html Css Color HEX #71BDBF Glacier

📋 copy color: '#71BDBF'

red 113 ◦ green 189 ◦ blue 191

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

Shades of Glacier #71BDBF

Tints of Glacier #71BDBF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.34%

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

R = 22.92%
G = 38.34%
B = 38.74%

CMYK

 C value IS 0.41

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#71BDBF (or 0x71BDBF) is known color: Glacier. HEX triplet: 71, BD and BF. RGB value is (113,189,191). Sum of RGB (Red+Green+Blue) = 113+189+191=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #71BDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BDBF is #8E4240. Grayscale: #A6A6A6. Windows color (decimal): -9323073 or 12565873. OLE color: 12565873.

HSL color Cylindrical-coordinate representation of color #71BDBF: hue angle of 181.54º 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 #71BDBF is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 189 191 -
CMYK 0.41 0.01 0 0.25
HSL 181.54º 0.38% 0.6% -
HSV(B) 181.54º 0.41% 0.75% -
XYZ 34.41 43.67 55.91 -
YUV 166.5 141.82 89.84 -
System Red Green Blue C M Y K H S L
Decimal 113 189 191 0.41 0.01 0 0.25 181.54 0.38 0.6
Hex 71 BD BF 29 1 0 19 B6 26 3C
Octal 161 275 277 51 1 0 31 266 46 74
Binary 1110001 10111101 10111111 101001 1 0 11001 10110110 100110 111100

Color Harmonies of #71BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BDBF

Black with #71BDBF

Text Example


Text Example

White with #71BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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