#85ECBB

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

Shades of Vista Blue #85ECBB

Tints of Vista Blue #85ECBB

Color information

#85ECBB (or 0x85ECBB) is unknown color: approx Vista Blue. HEX triplet: 85, EC and BB. RGB value is (133,236,187). Sum of RGB (Red+Green+Blue) = 133+236+187=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85ECBB is #7A1344. Grayscale: #C7C7C7. Windows color (decimal): -8000325 or 12315781. OLE color: 12315781.

HSL color Cylindrical-coordinate representation of color #85ECBB: hue angle of 151.46º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ECBB is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB133236187-
CMYK0.4400.210.07
HSL151.46º73.05%72.35%-
HSV(B)151.46º43.64%92.55%-
XYZ48.6468.5757.68-
YUV199.62120.8880.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.92%
GREEN value IS 236 (92.58% from 255) = 42.45%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=23.92%
G=42.45%
B=33.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332361870.4400.210.07151.4673.0572.35
Hex85ECBB2C0157974948
Octal205354273540257227111110
Binary1000010111101100101110111011000101011111001011110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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