#85BBBF

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

Shades of Glacier #85BBBF

Tints of Glacier #85BBBF

Color information

#85BBBF (or 0x85BBBF) is unknown color: approx Glacier. HEX triplet: 85, BB and BF. RGB value is (133,187,191). Sum of RGB (Red+Green+Blue) = 133+187+191=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #85BBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BBBF is #7A4440. Grayscale: #ABABAB. Windows color (decimal): -8012865 or 12565381. OLE color: 12565381.

HSL color Cylindrical-coordinate representation of color #85BBBF: hue angle of 184.14º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BBBF is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133187191-
CMYK0.300.0200.25
HSL184.14º31.18%63.53%-
HSV(B)184.14º30.37%74.9%-
XYZ36.8544.2955.9-
YUV171.31139.11100.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.03%
GREEN value IS 187 (73.44% from 255) = 36.59%
BLUE value IS 191 (75% from 255) = 37.38%
R=26.03%
G=36.59%
B=37.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331871910.300.0200.25184.1431.1863.53
Hex85BBBF1E2019b81f40
Octal20527327736203127037100
Binary100001011011101110111111111101001100110111000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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