Html Css Color HEX #85F5AB Vista Blue

📋 copy color: '#85F5AB'

red 133 ◦ green 245 ◦ blue 171

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

Shades of Vista Blue #85F5AB

Tints of Vista Blue #85F5AB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.63%

 BLUE value IS 171 (67.19% from 255) = 31.15%

R = 24.23%
G = 44.63%
B = 31.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#85F5AB (or 0x85F5AB) is known color: Vista Blue. HEX triplet: 85, F5 and AB. RGB value is (133,245,171). Sum of RGB (Red+Green+Blue) = 133+245+171=549 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.23% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #85F5AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F5AB is #7A0A54. Grayscale: #CBCBCB. Windows color (decimal): -7998037 or 11269509. OLE color: 11269509.

HSL color Cylindrical-coordinate representation of color #85F5AB: hue angle of 140.36º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F5AB is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 245 171 -
CMYK 0.46 0 0.30 0.04
HSL 140.36º 0.85% 0.74% -
HSV(B) 140.36º 0.46% 0.96% -
XYZ 49.68 73.23 50.05 -
YUV 203.08 109.89 78.02 -
System Red Green Blue C M Y K H S L
Decimal 133 245 171 0.46 0 0.30 0.04 140.36 0.85 0.74
Hex 85 F5 AB 2E 0 1E 4 8C 55 4A
Octal 205 365 253 56 0 36 4 214 125 112
Binary 10000101 11110101 10101011 101110 0 11110 100 10001100 1010101 1001010

Color Harmonies of #85F5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F5AB

Black with #85F5AB

Text Example


Text Example

White with #85F5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,245,171); }

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

background-color css

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

 a { background-color: rgb(133,245,171); }

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

border-color css

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

 span { border-color: rgb(133,245,171); }

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