Html Css Color HEX #71BABF Glacier

📋 copy color: '#71BABF'

red 113 ◦ green 186 ◦ blue 191

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

Shades of Glacier #71BABF

Tints of Glacier #71BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.96%

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

R = 23.06%
G = 37.96%
B = 38.98%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#71BABF (or 0x71BABF) is known color: Glacier. HEX triplet: 71, BA and BF. RGB value is (113,186,191). Sum of RGB (Red+Green+Blue) = 113+186+191=490 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.06% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #71BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BABF is #8E4540. Grayscale: #A4A4A4. Windows color (decimal): -9323841 or 12565105. OLE color: 12565105.

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

Color convert

RGB 113 186 191 -
CMYK 0.41 0.03 0 0.25
HSL 183.85º 0.38% 0.6% -
HSV(B) 183.85º 0.41% 0.75% -
XYZ 33.77 42.39 55.69 -
YUV 164.74 142.82 91.09 -
System Red Green Blue C M Y K H S L
Decimal 113 186 191 0.41 0.03 0 0.25 183.85 0.38 0.6
Hex 71 BA BF 29 3 0 19 B8 26 3C
Octal 161 272 277 51 3 0 31 270 46 74
Binary 1110001 10111010 10111111 101001 11 0 11001 10111000 100110 111100

Color Harmonies of #71BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BABF

Black with #71BABF

Text Example


Text Example

White with #71BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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