Html Css Color HEX #85DDA4 Vista Blue

📋 copy color: '#85DDA4'

red 133 ◦ green 221 ◦ blue 164

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

Shades of Vista Blue #85DDA4

Tints of Vista Blue #85DDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.66%

R = 25.68%
G = 42.66%
B = 31.66%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#85DDA4 (or 0x85DDA4) is known color: Vista Blue. HEX triplet: 85, DD and A4. RGB value is (133,221,164). Sum of RGB (Red+Green+Blue) = 133+221+164=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DDA4 is #7A225B. Grayscale: #BCBCBC. Windows color (decimal): -8004188 or 10804613. OLE color: 10804613.

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

Color convert

RGB 133 221 164 -
CMYK 0.40 0 0.26 0.13
HSL 141.14º 0.56% 0.69% -
HSV(B) 141.14º 0.4% 0.87% -
XYZ 42.23 59.38 44.36 -
YUV 188.19 114.35 88.63 -
System Red Green Blue C M Y K H S L
Decimal 133 221 164 0.40 0 0.26 0.13 141.14 0.56 0.69
Hex 85 DD A4 28 0 1A D 8D 38 45
Octal 205 335 244 50 0 32 15 215 70 105
Binary 10000101 11011101 10100100 101000 0 11010 1101 10001101 111000 1000101

Color Harmonies of #85DDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDA4

Black with #85DDA4

Text Example


Text Example

White with #85DDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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