#85BBBB

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

Shades of Glacier #85BBBB

Tints of Glacier #85BBBB

Color information

#85BBBB (or 0x85BBBB) is unknown color: approx Glacier. HEX triplet: 85, BB and BB. RGB value is (133,187,187). Sum of RGB (Red+Green+Blue) = 133+187+187=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #85BBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BBBB is #7A4444. Grayscale: #AAAAAA. Windows color (decimal): -8012869 or 12303237. OLE color: 12303237.

HSL color Cylindrical-coordinate representation of color #85BBBB: hue angle of 180º 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 #85BBBB is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB133187187-
CMYK0.29000.27
HSL180º28.42%62.75%-
HSV(B)180º28.88%73.33%-
XYZ36.4144.1253.61-
YUV170.85137.11101-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.23%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 187 (73.44% from 255) = 36.88%
R=26.23%
G=36.88%
B=36.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331871870.29000.2718028.4262.75
Hex85BBBB1D001Bb41c3f
Octal2052732733500332643477
Binary1000010110111011101110111110100110111011010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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