#85DBB1

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

Shades of Vista Blue #85DBB1

Tints of Vista Blue #85DBB1

Color information

#85DBB1 (or 0x85DBB1) is unknown color: approx Vista Blue. HEX triplet: 85, DB and B1. RGB value is (133,219,177). Sum of RGB (Red+Green+Blue) = 133+219+177=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DBB1 is #7A244E. Grayscale: #BCBCBC. Windows color (decimal): -8004687 or 11656069. OLE color: 11656069.

HSL color Cylindrical-coordinate representation of color #85DBB1: hue angle of 150.7º 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 #85DBB1 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB133219177-
CMYK0.3900.190.14
HSL150.7º54.43%69.02%-
HSV(B)150.7º39.27%85.88%-
XYZ42.9458.8250.69-
YUV188.5121.5188.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.14%
GREEN value IS 219 (85.94% from 255) = 41.40%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=25.14%
G=41.40%
B=33.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332191770.3900.190.14150.754.4369.02
Hex85DBB127013E973645
Octal205333261470231622766105
Binary1000010111011011101100011001110100111110100101111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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