Html Css Color HEX #85E9AF Vista Blue

📋 copy color: '#85E9AF'

red 133 ◦ green 233 ◦ blue 175

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

Shades of Vista Blue #85E9AF

Tints of Vista Blue #85E9AF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.07%

 BLUE value IS 175 (68.75% from 255) = 32.35%

R = 24.58%
G = 43.07%
B = 32.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#85E9AF (or 0x85E9AF) is known color: Vista Blue. HEX triplet: 85, E9 and AF. RGB value is (133,233,175). Sum of RGB (Red+Green+Blue) = 133+233+175=541 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.58% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #85E9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E9AF is #7A1650. Grayscale: #C4C4C4. Windows color (decimal): -8001105 or 11528581. OLE color: 11528581.

HSL color Cylindrical-coordinate representation of color #85E9AF: hue angle of 145.2º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E9AF is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 233 175 -
CMYK 0.43 0 0.25 0.09
HSL 145.2º 0.69% 0.72% -
HSV(B) 145.2º 0.43% 0.91% -
XYZ 46.55 66.36 50.91 -
YUV 196.49 115.87 82.72 -
System Red Green Blue C M Y K H S L
Decimal 133 233 175 0.43 0 0.25 0.09 145.2 0.69 0.72
Hex 85 E9 AF 2B 0 19 9 91 45 48
Octal 205 351 257 53 0 31 11 221 105 110
Binary 10000101 11101001 10101111 101011 0 11001 1001 10010001 1000101 1001000

Color Harmonies of #85E9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E9AF

Black with #85E9AF

Text Example


Text Example

White with #85E9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,233,175); }

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

background-color css

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

 a { background-color: rgb(133,233,175); }

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

border-color css

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

 span { border-color: rgb(133,233,175); }

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