Html Css Color HEX #85DDA6 Vista Blue

📋 copy color: '#85DDA6'

red 133 ◦ green 221 ◦ blue 166

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

Shades of Vista Blue #85DDA6

Tints of Vista Blue #85DDA6

RGB

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

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

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

R = 25.58%
G = 42.5%
B = 31.92%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#85DDA6 (or 0x85DDA6) is known color: Vista Blue. HEX triplet: 85, DD and A6. RGB value is (133,221,166). Sum of RGB (Red+Green+Blue) = 133+221+166=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DDA6 is #7A2259. Grayscale: #BCBCBC. Windows color (decimal): -8004186 or 10935685. OLE color: 10935685.

HSL color Cylindrical-coordinate representation of color #85DDA6: hue angle of 142.5º 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 #85DDA6 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 221 166 -
CMYK 0.40 0 0.25 0.13
HSL 142.5º 0.56% 0.69% -
HSV(B) 142.5º 0.4% 0.87% -
XYZ 42.41 59.45 45.32 -
YUV 188.42 115.35 88.47 -
System Red Green Blue C M Y K H S L
Decimal 133 221 166 0.40 0 0.25 0.13 142.5 0.56 0.69
Hex 85 DD A6 28 0 19 D 8E 38 45
Octal 205 335 246 50 0 31 15 216 70 105
Binary 10000101 11011101 10100110 101000 0 11001 1101 10001110 111000 1000101

Color Harmonies of #85DDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDA6

Black with #85DDA6

Text Example


Text Example

White with #85DDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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