#85CBAC

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

Shades of Vista Blue #85CBAC

Tints of Vista Blue #85CBAC

Color information

#85CBAC (or 0x85CBAC) is unknown color: approx Vista Blue. HEX triplet: 85, CB and AC. RGB value is (133,203,172). Sum of RGB (Red+Green+Blue) = 133+203+172=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CBAC is #7A3453. Grayscale: #B2B2B2. Windows color (decimal): -8008788 or 11324293. OLE color: 11324293.

HSL color Cylindrical-coordinate representation of color #85CBAC: hue angle of 153.43º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CBAC is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB133203172-
CMYK0.3400.150.20
HSL153.43º40.23%65.88%-
HSV(B)153.43º34.48%79.61%-
XYZ38.4850.6846.78-
YUV178.54124.3195.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.18%
GREEN value IS 203 (79.69% from 255) = 39.96%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=26.18%
G=39.96%
B=33.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332031720.3400.150.20153.4340.2365.88
Hex85CBAC220F14992842
Octal205313254420172423150102
Binary1000010111001011101011001000100111110100100110011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,203,172); }

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

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

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

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

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

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

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