Html Css Color HEX #85D7AD Vista Blue

📋 copy color: '#85D7AD'

red 133 ◦ green 215 ◦ blue 173

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

Shades of Vista Blue #85D7AD

Tints of Vista Blue #85D7AD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.27%

 BLUE value IS 173 (67.97% from 255) = 33.21%

R = 25.53%
G = 41.27%
B = 33.21%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#85D7AD (or 0x85D7AD) is known color: Vista Blue. HEX triplet: 85, D7 and AD. RGB value is (133,215,173). Sum of RGB (Red+Green+Blue) = 133+215+173=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #85D7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D7AD is #7A2852. Grayscale: #B9B9B9. Windows color (decimal): -8005715 or 11392901. OLE color: 11392901.

HSL color Cylindrical-coordinate representation of color #85D7AD: hue angle of 149.27º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D7AD is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 215 173 -
CMYK 0.38 0 0.20 0.16
HSL 149.27º 0.51% 0.68% -
HSV(B) 149.27º 0.38% 0.84% -
XYZ 41.52 56.6 48.27 -
YUV 185.69 120.83 90.42 -
System Red Green Blue C M Y K H S L
Decimal 133 215 173 0.38 0 0.20 0.16 149.27 0.51 0.68
Hex 85 D7 AD 26 0 14 10 95 33 44
Octal 205 327 255 46 0 24 20 225 63 104
Binary 10000101 11010111 10101101 100110 0 10100 10000 10010101 110011 1000100

Color Harmonies of #85D7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D7AD

Black with #85D7AD

Text Example


Text Example

White with #85D7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,215,173); }

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

background-color css

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

 a { background-color: rgb(133,215,173); }

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

border-color css

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

 span { border-color: rgb(133,215,173); }

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