#85DBAD

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

Shades of Vista Blue #85DBAD

Tints of Vista Blue #85DBAD

Color information

#85DBAD (or 0x85DBAD) is unknown color: approx Vista Blue. HEX triplet: 85, DB and AD. RGB value is (133,219,173). Sum of RGB (Red+Green+Blue) = 133+219+173=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DBAD is #7A2452. Grayscale: #BCBCBC. Windows color (decimal): -8004691 or 11393925. OLE color: 11393925.

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

Color convert

RGB133219173-
CMYK0.3900.210.14
HSL147.91º54.43%69.02%-
HSV(B)147.91º39.27%85.88%-
XYZ42.5558.6748.62-
YUV188.04119.5188.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.33%
GREEN value IS 219 (85.94% from 255) = 41.71%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=25.33%
G=41.71%
B=32.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332191730.3900.210.14147.9154.4369.02
Hex85DBAD27015E943645
Octal205333255470251622466105
Binary1000010111011011101011011001110101011110100101001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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