Html Css Color HEX #85EBA8 Vista Blue

📋 copy color: '#85EBA8'

red 133 ◦ green 235 ◦ blue 168

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

Shades of Vista Blue #85EBA8

Tints of Vista Blue #85EBA8

RGB

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

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

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

R = 24.81%
G = 43.84%
B = 31.34%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#85EBA8 (or 0x85EBA8) is known color: Vista Blue. HEX triplet: 85, EB and A8. RGB value is (133,235,168). Sum of RGB (Red+Green+Blue) = 133+235+168=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EBA8 is #7A1457. Grayscale: #C5C5C5. Windows color (decimal): -8000600 or 11070341. OLE color: 11070341.

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

Color convert

RGB 133 235 168 -
CMYK 0.43 0 0.29 0.08
HSL 140.59º 0.72% 0.72% -
HSV(B) 140.59º 0.43% 0.92% -
XYZ 46.45 67.23 47.57 -
YUV 196.86 111.71 82.45 -
System Red Green Blue C M Y K H S L
Decimal 133 235 168 0.43 0 0.29 0.08 140.59 0.72 0.72
Hex 85 EB A8 2B 0 1D 8 8D 48 48
Octal 205 353 250 53 0 35 10 215 110 110
Binary 10000101 11101011 10101000 101011 0 11101 1000 10001101 1001000 1001000

Color Harmonies of #85EBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EBA8

Black with #85EBA8

Text Example


Text Example

White with #85EBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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