#85DFB5

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

Shades of Vista Blue #85DFB5

Tints of Vista Blue #85DFB5

Color information

#85DFB5 (or 0x85DFB5) is unknown color: approx Vista Blue. HEX triplet: 85, DF and B5. RGB value is (133,223,181). Sum of RGB (Red+Green+Blue) = 133+223+181=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DFB5 is #7A204A. Grayscale: #BFBFBF. Windows color (decimal): -8003659 or 11919237. OLE color: 11919237.

HSL color Cylindrical-coordinate representation of color #85DFB5: hue angle of 152º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DFB5 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB133223181-
CMYK0.4000.190.13
HSL152º58.44%69.8%-
HSV(B)152º40.36%87.45%-
XYZ44.461.153.17-
YUV191.3122.1886.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.77%
GREEN value IS 223 (87.5% from 255) = 41.53%
BLUE value IS 181 (71.09% from 255) = 33.71%
R=24.77%
G=41.53%
B=33.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332231810.4000.190.1315258.4469.8
Hex85DFB528013D983a46
Octal205337265500231523072106
Binary1000010111011111101101011010000100111101100110001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,223,181); }

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

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

 a { background-color: rgb(133,223,181); }

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

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

 span { border-color: rgb(133,223,181); }

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