Html Css Color HEX #85EDA8 Vista Blue

📋 copy color: '#85EDA8'

red 133 ◦ green 237 ◦ blue 168

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

Shades of Vista Blue #85EDA8

Tints of Vista Blue #85EDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.23%

R = 24.72%
G = 44.05%
B = 31.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#85EDA8 (or 0x85EDA8) is known color: Vista Blue. HEX triplet: 85, ED and A8. RGB value is (133,237,168). Sum of RGB (Red+Green+Blue) = 133+237+168=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #85EDA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EDA8 is #7A1257. Grayscale: #C6C6C6. Windows color (decimal): -8000088 or 11070853. OLE color: 11070853.

HSL color Cylindrical-coordinate representation of color #85EDA8: hue angle of 140.19º 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 #85EDA8 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 237 168 -
CMYK 0.44 0 0.29 0.07
HSL 140.19º 0.74% 0.73% -
HSV(B) 140.19º 0.44% 0.93% -
XYZ 47.02 68.38 47.77 -
YUV 198.04 111.04 81.61 -
System Red Green Blue C M Y K H S L
Decimal 133 237 168 0.44 0 0.29 0.07 140.19 0.74 0.73
Hex 85 ED A8 2C 0 1D 7 8C 4A 49
Octal 205 355 250 54 0 35 7 214 112 111
Binary 10000101 11101101 10101000 101100 0 11101 111 10001100 1001010 1001001

Color Harmonies of #85EDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EDA8

Black with #85EDA8

Text Example


Text Example

White with #85EDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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