#85DBA5

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

Shades of Vista Blue #85DBA5

Tints of Vista Blue #85DBA5

Color information

#85DBA5 (or 0x85DBA5) is unknown color: approx Vista Blue. HEX triplet: 85, DB and A5. RGB value is (133,219,165). Sum of RGB (Red+Green+Blue) = 133+219+165=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DBA5 is #7A245A. Grayscale: #BBBBBB. Windows color (decimal): -8004699 or 10869637. OLE color: 10869637.

HSL color Cylindrical-coordinate representation of color #85DBA5: hue angle of 142.33º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DBA5 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB133219165-
CMYK0.3900.250.14
HSL142.33º54.43%69.02%-
HSV(B)142.33º39.27%85.88%-
XYZ41.858.3744.66-
YUV187.13115.5189.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.73%
GREEN value IS 219 (85.94% from 255) = 42.36%
BLUE value IS 165 (64.84% from 255) = 31.91%
R=25.73%
G=42.36%
B=31.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332191650.3900.250.14142.3354.4369.02
Hex85DBA527019E8e3645
Octal205333245470311621666105
Binary1000010111011011101001011001110110011110100011101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,219,165); }

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

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

 a { background-color: rgb(133,219,165); }

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

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

 span { border-color: rgb(133,219,165); }

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