Html Css Color HEX #85DDA5 Vista Blue

📋 copy color: '#85DDA5'

red 133 ◦ green 221 ◦ blue 165

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

Shades of Vista Blue #85DDA5

Tints of Vista Blue #85DDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.79%

R = 25.63%
G = 42.58%
B = 31.79%

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

#85DDA5 (or 0x85DDA5) is known color: Vista Blue. HEX triplet: 85, DD and A5. RGB value is (133,221,165). Sum of RGB (Red+Green+Blue) = 133+221+165=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DDA5 is #7A225A. Grayscale: #BCBCBC. Windows color (decimal): -8004187 or 10870149. OLE color: 10870149.

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

Color convert

RGB 133 221 165 -
CMYK 0.40 0 0.25 0.13
HSL 141.82º 0.56% 0.69% -
HSV(B) 141.82º 0.4% 0.87% -
XYZ 42.32 59.42 44.84 -
YUV 188.3 114.85 88.55 -
System Red Green Blue C M Y K H S L
Decimal 133 221 165 0.40 0 0.25 0.13 141.82 0.56 0.69
Hex 85 DD A5 28 0 19 D 8E 38 45
Octal 205 335 245 50 0 31 15 216 70 105
Binary 10000101 11011101 10100101 101000 0 11001 1101 10001110 111000 1000101

Color Harmonies of #85DDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDA5

Black with #85DDA5

Text Example


Text Example

White with #85DDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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