#85B0BB

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

Shades of Glacier #85B0BB

Tints of Glacier #85B0BB

Color information

#85B0BB (or 0x85B0BB) is unknown color: approx Glacier. HEX triplet: 85, B0 and BB. RGB value is (133,176,187). Sum of RGB (Red+Green+Blue) = 133+176+187=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #85B0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B0BB is #7A4F44. Grayscale: #A4A4A4. Windows color (decimal): -8015685 or 12300421. OLE color: 12300421.

HSL color Cylindrical-coordinate representation of color #85B0BB: hue angle of 192.22º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85B0BB is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB133176187-
CMYK0.290.0600.27
HSL192.22º28.42%62.75%-
HSV(B)192.22º28.88%73.33%-
XYZ34.1739.6352.86-
YUV164.4140.75105.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.81%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=26.81%
G=35.48%
B=37.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331761870.290.0600.27192.2228.4262.75
Hex85B0BB1D601Bc01c3f
Octal2052602733560333003477
Binary100001011011000010111011111011100110111100000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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