Html Css Color HEX #85D5A2 Vista Blue

📋 copy color: '#85D5A2'

red 133 ◦ green 213 ◦ blue 162

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

Shades of Vista Blue #85D5A2

Tints of Vista Blue #85D5A2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.93%

 BLUE value IS 162 (63.67% from 255) = 31.89%

R = 26.18%
G = 41.93%
B = 31.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#85D5A2 (or 0x85D5A2) is known color: Vista Blue. HEX triplet: 85, D5 and A2. RGB value is (133,213,162). Sum of RGB (Red+Green+Blue) = 133+213+162=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #85D5A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D5A2 is #7A2A5D. Grayscale: #B7B7B7. Windows color (decimal): -8006238 or 10671493. OLE color: 10671493.

HSL color Cylindrical-coordinate representation of color #85D5A2: hue angle of 141.75º degrees, saturation: 0.49, 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 #85D5A2 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 213 162 -
CMYK 0.38 0 0.24 0.16
HSL 141.75º 0.49% 0.68% -
HSV(B) 141.75º 0.38% 0.84% -
XYZ 39.99 55.18 42.73 -
YUV 183.27 116 92.15 -
System Red Green Blue C M Y K H S L
Decimal 133 213 162 0.38 0 0.24 0.16 141.75 0.49 0.68
Hex 85 D5 A2 26 0 18 10 8E 31 44
Octal 205 325 242 46 0 30 20 216 61 104
Binary 10000101 11010101 10100010 100110 0 11000 10000 10001110 110001 1000100

Color Harmonies of #85D5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D5A2

Black with #85D5A2

Text Example


Text Example

White with #85D5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,213,162); }

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

background-color css

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

 a { background-color: rgb(133,213,162); }

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

border-color css

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

 span { border-color: rgb(133,213,162); }

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