Html Css Color HEX #85DDAA Vista Blue

📋 copy color: '#85DDAA'

red 133 ◦ green 221 ◦ blue 170

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

Shades of Vista Blue #85DDAA

Tints of Vista Blue #85DDAA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.18%

 BLUE value IS 170 (66.8% from 255) = 32.44%

R = 25.38%
G = 42.18%
B = 32.44%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#85DDAA (or 0x85DDAA) is known color: Vista Blue. HEX triplet: 85, DD and AA. RGB value is (133,221,170). Sum of RGB (Red+Green+Blue) = 133+221+170=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DDAA is #7A2255. Grayscale: #BCBCBC. Windows color (decimal): -8004182 or 11197829. OLE color: 11197829.

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

Color convert

RGB 133 221 170 -
CMYK 0.40 0 0.23 0.13
HSL 145.23º 0.56% 0.69% -
HSV(B) 145.23º 0.4% 0.87% -
XYZ 42.79 59.6 47.28 -
YUV 188.87 117.35 88.15 -
System Red Green Blue C M Y K H S L
Decimal 133 221 170 0.40 0 0.23 0.13 145.23 0.56 0.69
Hex 85 DD AA 28 0 17 D 91 38 45
Octal 205 335 252 50 0 27 15 221 70 105
Binary 10000101 11011101 10101010 101000 0 10111 1101 10010001 111000 1000101

Color Harmonies of #85DDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDAA

Black with #85DDAA

Text Example


Text Example

White with #85DDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,221,170); }

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

background-color css

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

 a { background-color: rgb(133,221,170); }

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

border-color css

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

 span { border-color: rgb(133,221,170); }

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