Html Css Color HEX #85DDA7 Vista Blue

📋 copy color: '#85DDA7'

red 133 ◦ green 221 ◦ blue 167

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

Shades of Vista Blue #85DDA7

Tints of Vista Blue #85DDA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.05%

R = 25.53%
G = 42.42%
B = 32.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#85DDA7 (or 0x85DDA7) is known color: Vista Blue. HEX triplet: 85, DD and A7. RGB value is (133,221,167). Sum of RGB (Red+Green+Blue) = 133+221+167=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DDA7 is #7A2258. Grayscale: #BCBCBC. Windows color (decimal): -8004185 or 11001221. OLE color: 11001221.

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

Color convert

RGB 133 221 167 -
CMYK 0.40 0 0.24 0.13
HSL 143.18º 0.56% 0.69% -
HSV(B) 143.18º 0.4% 0.87% -
XYZ 42.5 59.49 45.8 -
YUV 188.53 115.85 88.39 -
System Red Green Blue C M Y K H S L
Decimal 133 221 167 0.40 0 0.24 0.13 143.18 0.56 0.69
Hex 85 DD A7 28 0 18 D 8F 38 45
Octal 205 335 247 50 0 30 15 217 70 105
Binary 10000101 11011101 10100111 101000 0 11000 1101 10001111 111000 1000101

Color Harmonies of #85DDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDA7

Black with #85DDA7

Text Example


Text Example

White with #85DDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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