Html Css Color HEX #85DAA6 Vista Blue

📋 copy color: '#85DAA6'

red 133 ◦ green 218 ◦ blue 166

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

Shades of Vista Blue #85DAA6

Tints of Vista Blue #85DAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.11%

R = 25.73%
G = 42.17%
B = 32.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#85DAA6 (or 0x85DAA6) is known color: Vista Blue. HEX triplet: 85, DA and A6. RGB value is (133,218,166). Sum of RGB (Red+Green+Blue) = 133+218+166=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #85DAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DAA6 is #7A2559. Grayscale: #BABABA. Windows color (decimal): -8004954 or 10934917. OLE color: 10934917.

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

Color convert

RGB 133 218 166 -
CMYK 0.39 0 0.24 0.15
HSL 143.29º 0.53% 0.69% -
HSV(B) 143.29º 0.39% 0.85% -
XYZ 41.63 57.88 45.05 -
YUV 186.66 116.34 89.73 -
System Red Green Blue C M Y K H S L
Decimal 133 218 166 0.39 0 0.24 0.15 143.29 0.53 0.69
Hex 85 DA A6 27 0 18 F 8F 35 45
Octal 205 332 246 47 0 30 17 217 65 105
Binary 10000101 11011010 10100110 100111 0 11000 1111 10001111 110101 1000101

Color Harmonies of #85DAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DAA6

Black with #85DAA6

Text Example


Text Example

White with #85DAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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