Html Css Color HEX #85D7AB Vista Blue

📋 copy color: '#85D7AB'

red 133 ◦ green 215 ◦ blue 171

#85D7AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #85D7AB

Tints of Vista Blue #85D7AB

RGB

 RED value IS 133 (52.34% from 255) = 25.63%

 GREEN value IS 215 (84.38% from 255) = 41.43%

 BLUE value IS 171 (67.19% from 255) = 32.95%

R = 25.63%
G = 41.43%
B = 32.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#85D7AB (or 0x85D7AB) is known color: Vista Blue. HEX triplet: 85, D7 and AB. RGB value is (133,215,171). Sum of RGB (Red+Green+Blue) = 133+215+171=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #85D7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D7AB is #7A2854. Grayscale: #B9B9B9. Windows color (decimal): -8005717 or 11261829. OLE color: 11261829.

HSL color Cylindrical-coordinate representation of color #85D7AB: hue angle of 147.8º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D7AB is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 215 171 -
CMYK 0.38 0 0.20 0.16
HSL 147.8º 0.51% 0.68% -
HSV(B) 147.8º 0.38% 0.84% -
XYZ 41.32 56.53 47.26 -
YUV 185.47 119.83 90.58 -
System Red Green Blue C M Y K H S L
Decimal 133 215 171 0.38 0 0.20 0.16 147.8 0.51 0.68
Hex 85 D7 AB 26 0 14 10 94 33 44
Octal 205 327 253 46 0 24 20 224 63 104
Binary 10000101 11010111 10101011 100110 0 10100 10000 10010100 110011 1000100

Color Harmonies of #85D7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D7AB

Black with #85D7AB

Text Example


Text Example

White with #85D7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,215,171); }

 H1.HeaderClassName
 {
   color: #85D7AB;
 }
 .AnyTagClassName
 {
   color: #85D7AB;
 }
</style>

background-color css

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

 a { background-color: rgb(133,215,171); }

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

border-color css

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

 span { border-color: rgb(133,215,171); }

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