Html Css Color HEX #85DAA9 Vista Blue

📋 copy color: '#85DAA9'

red 133 ◦ green 218 ◦ blue 169

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

Shades of Vista Blue #85DAA9

Tints of Vista Blue #85DAA9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.92%

 BLUE value IS 169 (66.41% from 255) = 32.5%

R = 25.58%
G = 41.92%
B = 32.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#85DAA9 (or 0x85DAA9) is known color: Vista Blue. HEX triplet: 85, DA and A9. RGB value is (133,218,169). Sum of RGB (Red+Green+Blue) = 133+218+169=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #85DAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DAA9 is #7A2556. Grayscale: #BBBBBB. Windows color (decimal): -8004951 or 11131525. OLE color: 11131525.

HSL color Cylindrical-coordinate representation of color #85DAA9: hue angle of 145.41º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DAA9 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 218 169 -
CMYK 0.39 0 0.22 0.15
HSL 145.41º 0.53% 0.69% -
HSV(B) 145.41º 0.39% 0.85% -
XYZ 41.91 57.99 46.52 -
YUV 187 117.84 89.48 -
System Red Green Blue C M Y K H S L
Decimal 133 218 169 0.39 0 0.22 0.15 145.41 0.53 0.69
Hex 85 DA A9 27 0 16 F 91 35 45
Octal 205 332 251 47 0 26 17 221 65 105
Binary 10000101 11011010 10101001 100111 0 10110 1111 10010001 110101 1000101

Color Harmonies of #85DAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DAA9

Black with #85DAA9

Text Example


Text Example

White with #85DAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,218,169); }

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

background-color css

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

 a { background-color: rgb(133,218,169); }

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

border-color css

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

 span { border-color: rgb(133,218,169); }

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