#85AFC1

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

Shades of Glacier #85AFC1

Tints of Glacier #85AFC1

Color information

#85AFC1 (or 0x85AFC1) is unknown color: approx Glacier. HEX triplet: 85, AF and C1. RGB value is (133,175,193). Sum of RGB (Red+Green+Blue) = 133+175+193=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #85AFC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFC1 is #7A503E. Grayscale: #A4A4A4. Windows color (decimal): -8015935 or 12693381. OLE color: 12693381.

HSL color Cylindrical-coordinate representation of color #85AFC1: hue angle of 198º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85AFC1 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB133175193-
CMYK0.310.0900.24
HSL198º32.61%63.92%-
HSV(B)198º31.09%75.69%-
XYZ34.6339.556.25-
YUV164.49144.09105.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.55%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 193 (75.78% from 255) = 38.52%
R=26.55%
G=34.93%
B=38.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331751930.310.0900.2419832.6163.92
Hex85AFC11F9018c62140
Octal205257301371103030641100
Binary100001011010111111000001111111001011000110001101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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