#85D6B1

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

Shades of Vista Blue #85D6B1

Tints of Vista Blue #85D6B1

Color information

#85D6B1 (or 0x85D6B1) is unknown color: approx Vista Blue. HEX triplet: 85, D6 and B1. RGB value is (133,214,177). Sum of RGB (Red+Green+Blue) = 133+214+177=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #85D6B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D6B1 is #7A294E. Grayscale: #B9B9B9. Windows color (decimal): -8005967 or 11654789. OLE color: 11654789.

HSL color Cylindrical-coordinate representation of color #85D6B1: hue angle of 152.59º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D6B1 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB133214177-
CMYK0.3800.170.16
HSL152.59º49.69%68.04%-
HSV(B)152.59º37.85%83.92%-
XYZ41.6656.2550.26-
YUV185.56123.1690.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.38%
GREEN value IS 214 (83.98% from 255) = 40.84%
BLUE value IS 177 (69.53% from 255) = 33.78%
R=25.38%
G=40.84%
B=33.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332141770.3800.170.16152.5949.6968.04
Hex85D6B12601110993244
Octal205326261460212023162104
Binary10000101110101101011000110011001000110000100110011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,214,177); }

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

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

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

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

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

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

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