#85AFBB

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

Shades of Glacier #85AFBB

Tints of Glacier #85AFBB

Color information

#85AFBB (or 0x85AFBB) is unknown color: approx Glacier. HEX triplet: 85, AF and BB. RGB value is (133,175,187). Sum of RGB (Red+Green+Blue) = 133+175+187=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #85AFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFBB is #7A5044. Grayscale: #A3A3A3. Windows color (decimal): -8015941 or 12300165. OLE color: 12300165.

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

Color convert

RGB133175187-
CMYK0.290.0600.27
HSL193.33º28.42%62.75%-
HSV(B)193.33º28.88%73.33%-
XYZ33.9739.2352.8-
YUV163.81141.09106.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.87%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=26.87%
G=35.35%
B=37.78%

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
Decimal1331751870.290.0600.27193.3328.4262.75
Hex85AFBB1D601Bc11c3f
Octal2052572733560333013477
Binary100001011010111110111011111011100110111100000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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