#85AFBA

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

Shades of Glacier #85AFBA

Tints of Glacier #85AFBA

Color information

#85AFBA (or 0x85AFBA) is unknown color: approx Glacier. HEX triplet: 85, AF and BA. RGB value is (133,175,186). Sum of RGB (Red+Green+Blue) = 133+175+186=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #85AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFBA is #7A5045. Grayscale: #A3A3A3. Windows color (decimal): -8015942 or 12234629. OLE color: 12234629.

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

Color convert

RGB133175186-
CMYK0.280.0600.27
HSL192.45º27.75%62.55%-
HSV(B)192.45º28.49%72.94%-
XYZ33.8739.1952.23-
YUV163.7140.59106.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.92%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=26.92%
G=35.43%
B=37.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331751860.280.0600.27192.4527.7562.55
Hex85AFBA1C601Bc01c3f
Octal2052572723460333003477
Binary100001011010111110111010111001100110111100000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,175,186); }

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

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

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

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

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

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

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