#85EBB2

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

Shades of Vista Blue #85EBB2

Tints of Vista Blue #85EBB2

Color information

#85EBB2 (or 0x85EBB2) is unknown color: approx Vista Blue. HEX triplet: 85, EB and B2. RGB value is (133,235,178). Sum of RGB (Red+Green+Blue) = 133+235+178=546 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.36% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EBB2 is #7A144D. Grayscale: #C6C6C6. Windows color (decimal): -8000590 or 11725701. OLE color: 11725701.

HSL color Cylindrical-coordinate representation of color #85EBB2: hue angle of 146.47º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EBB2 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB133235178-
CMYK0.4300.240.08
HSL146.47º71.83%72.16%-
HSV(B)146.47º43.4%92.16%-
XYZ47.4267.6252.67-
YUV198116.7181.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.36%
GREEN value IS 235 (92.19% from 255) = 43.04%
BLUE value IS 178 (69.92% from 255) = 32.60%
R=24.36%
G=43.04%
B=32.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332351780.4300.240.08146.4771.8372.16
Hex85EBB22B0188924848
Octal2053532625303010222110110
Binary10000101111010111011001010101101100010001001001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,235,178); }

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

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

 a { background-color: rgb(133,235,178); }

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

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

 span { border-color: rgb(133,235,178); }

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