Html Css Color HEX #85EDB9 Vista Blue

📋 copy color: '#85EDB9'

red 133 ◦ green 237 ◦ blue 185

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

Shades of Vista Blue #85EDB9

Tints of Vista Blue #85EDB9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.7%

 BLUE value IS 185 (72.66% from 255) = 33.33%

R = 23.96%
G = 42.7%
B = 33.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#85EDB9 (or 0x85EDB9) is known color: Vista Blue. HEX triplet: 85, ED and B9. RGB value is (133,237,185). Sum of RGB (Red+Green+Blue) = 133+237+185=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #85EDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EDB9 is #7A1246. Grayscale: #C8C8C8. Windows color (decimal): -8000071 or 12184965. OLE color: 12184965.

HSL color Cylindrical-coordinate representation of color #85EDB9: hue angle of 150º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EDB9 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 237 185 -
CMYK 0.44 0 0.22 0.07
HSL 150º 0.74% 0.73% -
HSV(B) 150º 0.44% 0.93% -
XYZ 48.71 69.06 56.66 -
YUV 199.98 119.54 80.23 -
System Red Green Blue C M Y K H S L
Decimal 133 237 185 0.44 0 0.22 0.07 150 0.74 0.73
Hex 85 ED B9 2C 0 16 7 96 4A 49
Octal 205 355 271 54 0 26 7 226 112 111
Binary 10000101 11101101 10111001 101100 0 10110 111 10010110 1001010 1001001

Color Harmonies of #85EDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EDB9

Black with #85EDB9

Text Example


Text Example

White with #85EDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,237,185); }

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

background-color css

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

 a { background-color: rgb(133,237,185); }

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

border-color css

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

 span { border-color: rgb(133,237,185); }

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