Html Css Color HEX #71BEBF Glacier

📋 copy color: '#71BEBF'

red 113 ◦ green 190 ◦ blue 191

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

Shades of Glacier #71BEBF

Tints of Glacier #71BEBF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.46%

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

R = 22.87%
G = 38.46%
B = 38.66%

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

#71BEBF (or 0x71BEBF) is known color: Glacier. HEX triplet: 71, BE and BF. RGB value is (113,190,191). Sum of RGB (Red+Green+Blue) = 113+190+191=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #71BEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BEBF is #8E4140. Grayscale: #A7A7A7. Windows color (decimal): -9322817 or 12566129. OLE color: 12566129.

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

Color convert

RGB 113 190 191 -
CMYK 0.41 0.01 0 0.25
HSL 180.77º 0.38% 0.6% -
HSV(B) 180.77º 0.41% 0.75% -
XYZ 34.63 44.1 55.98 -
YUV 167.09 141.49 89.42 -
System Red Green Blue C M Y K H S L
Decimal 113 190 191 0.41 0.01 0 0.25 180.77 0.38 0.6
Hex 71 BE BF 29 1 0 19 B5 26 3C
Octal 161 276 277 51 1 0 31 265 46 74
Binary 1110001 10111110 10111111 101001 1 0 11001 10110101 100110 111100

Color Harmonies of #71BEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BEBF

Black with #71BEBF

Text Example


Text Example

White with #71BEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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