Html Css Color HEX #85EBA4 Vista Blue

📋 copy color: '#85EBA4'

red 133 ◦ green 235 ◦ blue 164

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

Shades of Vista Blue #85EBA4

Tints of Vista Blue #85EBA4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.17%

 BLUE value IS 164 (64.45% from 255) = 30.83%

R = 25%
G = 44.17%
B = 30.83%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#85EBA4 (or 0x85EBA4) is known color: Vista Blue. HEX triplet: 85, EB and A4. RGB value is (133,235,164). Sum of RGB (Red+Green+Blue) = 133+235+164=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EBA4 is #7A145B. Grayscale: #C4C4C4. Windows color (decimal): -8000604 or 10808197. OLE color: 10808197.

HSL color Cylindrical-coordinate representation of color #85EBA4: hue angle of 138.24º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EBA4 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 235 164 -
CMYK 0.43 0 0.30 0.08
HSL 138.24º 0.72% 0.72% -
HSV(B) 138.24º 0.43% 0.92% -
XYZ 46.08 67.08 45.64 -
YUV 196.41 109.71 82.77 -
System Red Green Blue C M Y K H S L
Decimal 133 235 164 0.43 0 0.30 0.08 138.24 0.72 0.72
Hex 85 EB A4 2B 0 1E 8 8A 48 48
Octal 205 353 244 53 0 36 10 212 110 110
Binary 10000101 11101011 10100100 101011 0 11110 1000 10001010 1001000 1001000

Color Harmonies of #85EBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EBA4

Black with #85EBA4

Text Example


Text Example

White with #85EBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,235,164); }

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

background-color css

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

 a { background-color: rgb(133,235,164); }

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

border-color css

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

 span { border-color: rgb(133,235,164); }

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