#71BBBF

Color #71BBBF Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #71BBBF

Tints of Glacier #71BBBF

Color information

#71BBBF (or 0x71BBBF) is unknown color: approx Glacier. HEX triplet: 71, BB and BF. RGB value is (113,187,191). Sum of RGB (Red+Green+Blue) = 113+187+191=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #71BBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BBBF is #8E4440. Grayscale: #A5A5A5. Windows color (decimal): -9323585 or 12565361. OLE color: 12565361.

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

Color convert

RGB113187191-
CMYK0.410.0200.25
HSL183.08º37.86%59.61%-
HSV(B)183.08º40.84%74.9%-
XYZ33.9842.8155.76-
YUV165.33142.4890.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.01%
GREEN value IS 187 (73.44% from 255) = 38.09%
BLUE value IS 191 (75% from 255) = 38.90%
R=23.01%
G=38.09%
B=38.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131871910.410.0200.25183.0837.8659.61
Hex71BBBF292019b7263c
Octal1612732775120312674674
Binary111000110111011101111111010011001100110110111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71BBBF;
 }
 .AnyTagClassName
 {
   color: #71BBBF;
 }
</style>
background-color css

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

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

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

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

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

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